@@ -18,7 +18,7 @@ license = "Apache-2.0"
1818authors = [
1919 { name = " Alethea Katherine Flowers" , email = " me@thea.codes" },
2020]
21- requires-python = " >=3.9 "
21+ requires-python = " >=3.10 "
2222classifiers = [
2323 " Development Status :: 5 - Production/Stable" ,
2424 " Environment :: Console" ,
@@ -29,7 +29,6 @@ classifiers = [
2929 " Operating System :: Unix" ,
3030 " Programming Language :: Python" ,
3131 " Programming Language :: Python :: 3 :: Only" ,
32- " Programming Language :: Python :: 3.9" ,
3332 " Programming Language :: Python :: 3.10" ,
3433 " Programming Language :: Python :: 3.11" ,
3534 " Programming Language :: Python :: 3.12" ,
@@ -45,8 +44,7 @@ dependencies = [
4544 " humanize>=4" ,
4645 " packaging>=22" ,
4746 " tomli>=1.1; python_version<'3.11'" ,
48- " virtualenv>=20.14.1; python_version<'3.10'" ,
49- " virtualenv>=20.15; python_version>='3.10'" ,
47+ " virtualenv>=20.15" ,
5048]
5149optional-dependencies.pbs = [
5250 " pbs-installer[all]>=2025.1.6" ,
@@ -149,7 +147,7 @@ report.exclude_also = [
149147report.omit = [ " nox/_typing.py" ]
150148
151149[tool .mypy ]
152- python_version = " 3.9 "
150+ python_version = " 3.10 "
153151strict = true
154152warn_unreachable = true
155153enable_error_code = [ " ignore-without-code" , " redundant-expr" , " truthy-bool" ]
0 commit comments