@@ -19,6 +19,7 @@ classifiers = [
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
2121 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2223]
2324dependencies = [" typing-extensions" , " regex>=2024" ]
2425
@@ -60,7 +61,7 @@ run-cov = "coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}"
6061cov-combine = " coverage combine"
6162cov-report = [" coverage report --show-missing --skip-covered" , " coverage xml" ]
6263[[tool .hatch .envs .hatch-test .matrix ]]
63- python = [" 3.13" , " 3.12" , " 3.11" , " 3.10" ]
64+ python = [" 3.14 " , " 3. 13" , " 3.12" , " 3.11" , " 3.10" ]
6465
6566[tool .hatch .envs .types ]
6667extra-dependencies = [" mypy==1.18.2" ]
@@ -192,8 +193,8 @@ enable_error_code = [
192193ignore_missing_imports = true
193194
194195[tool .pytest .ini_options ]
195- minversion = " 6 .0"
196- addopts = " --doctest-modules"
196+ minversion = " 8 .0"
197+ addopts = [ " --doctest-modules" ]
197198testpaths = [" polymatch" , " tests" ]
198199filterwarnings = [" error" ]
199200
0 commit comments