@@ -9,7 +9,7 @@ maintainers = [
99]
1010license = { file = " LICENSE" }
1111readme = " docs/README.md"
12- requires-python = " >=3.9 ,<4.0"
12+ requires-python = " >=3.10 ,<4.0"
1313dependencies = [
1414 " questionary (>=2.0,<3.0)" ,
1515 # Exclude transitive dependency due to known issue in questionary: https://github.com/tmbo/questionary/issues/454
@@ -38,11 +38,11 @@ classifiers = [
3838 " Operating System :: OS Independent" ,
3939 " Programming Language :: Python" ,
4040 " Programming Language :: Python :: 3" ,
41- " Programming Language :: Python :: 3.9" ,
4241 " Programming Language :: Python :: 3.10" ,
4342 " Programming Language :: Python :: 3.11" ,
4443 " Programming Language :: Python :: 3.12" ,
4544 " Programming Language :: Python :: 3.13" ,
45+ " Programming Language :: Python :: 3.14" ,
4646 " Programming Language :: Python :: Implementation :: CPython" ,
4747 " License :: OSI Approved :: MIT License" ,
4848]
@@ -174,7 +174,7 @@ testpaths = ["tests/"]
174174
175175[tool .tox ]
176176requires = [" tox>=4.22" ]
177- env_list = [" 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
177+ env_list = [" 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " , " 3.14 " ]
178178
179179[tool .tox .env_run_base ]
180180description = " Run tests suite against Python {base_python}"
0 commit comments