@@ -12,7 +12,7 @@ license = "MIT"
1212keywords = []
1313authors = [{ name = " James Prior" , email = " jamesgr.prior@gmail.com" }]
1414classifiers = [
15- " Development Status :: 4 - Beta " ,
15+ " Development Status :: 5 - Production/Stable " ,
1616 " Intended Audience :: Developers" ,
1717 " License :: OSI Approved :: MIT License" ,
1818 " Programming Language :: Python" ,
@@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.11" ,
2323 " Programming Language :: Python :: 3.12" ,
2424 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2526 " Programming Language :: Python :: Implementation :: CPython" ,
2627 " Programming Language :: Python :: Implementation :: PyPy" ,
2728]
@@ -67,7 +68,7 @@ typing = "mypy"
6768benchmark = " python scripts/benchmark.py"
6869
6970[[tool .hatch .envs .all .matrix ]]
70- python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" , " pypy3.10" ]
71+ python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" , " 3.14 " , " pypy3.10" ]
7172
7273[tool .coverage .run ]
7374branch = true
0 commit comments