@@ -11,7 +11,7 @@ dependencies = [
1111 " python-dateutil >= 2.7.0; python_version >= '3.10'" ,
1212 " pytz >= 2019.1" ,
1313]
14- requires-python = " >= 3.8 "
14+ requires-python = " >= 3.9 "
1515authors = [
1616 {name = " Jeffrey Harris" , email = " jeffrey@osafoundation.org" },
1717]
@@ -29,12 +29,12 @@ classifiers = [
2929 " Operating System :: OS Independent" ,
3030 " Programming Language :: Python" ,
3131 " Programming Language :: Python :: 3" ,
32- " Programming Language :: Python :: 3.8" ,
3332 " Programming Language :: Python :: 3.9" ,
3433 " Programming Language :: Python :: 3.10" ,
3534 " Programming Language :: Python :: 3.11" ,
3635 " Programming Language :: Python :: 3.12" ,
3736 " Programming Language :: Python :: 3.13" ,
37+ " Programming Language :: Python :: 3.14" ,
3838 " Topic :: Text Processing" ,
3939]
4040
@@ -97,7 +97,7 @@ multi_line_output = 3
9797
9898[tool .tox ]
9999requires = [" tox>=4.19" ]
100- env_list = [" 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
100+ env_list = [" 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " , " 3.14 " ]
101101
102102[tool .tox .env_run_base ]
103103description = " Run test under {base_python}"
0 commit comments