@@ -7,7 +7,7 @@ name = "pyorderly"
77dynamic = [" version" ]
88description = " Reproducible and collaborative reporting"
99readme = " README.md"
10- requires-python = " >=3.7 "
10+ requires-python = " >=3.9 "
1111license = " MIT"
1212keywords = []
1313authors = [
@@ -16,11 +16,12 @@ authors = [
1616classifiers = [
1717 " Development Status :: 4 - Beta" ,
1818 " Programming Language :: Python" ,
19- " Programming Language :: Python :: 3.7" ,
2019 " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
2425 " Programming Language :: Python :: Implementation :: CPython" ,
2526 " Programming Language :: Python :: Implementation :: PyPy" ,
2627]
@@ -78,7 +79,7 @@ generate-docs = [
7879]
7980
8081[[tool .hatch .envs .all .matrix ]]
81- python = [" 3.7 " , " 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " ]
82+ python = [" 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
8283
8384[tool .hatch .envs .lint ]
8485extra-dependencies = [
0 commit comments