@@ -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 = [" attrs>=20.3.0" , " typing_extensions" ]
2425
@@ -46,9 +47,7 @@ dependencies = [
4647 " mypy==1.18.2" ,
4748 " ruamel.yaml==0.18.15" ,
4849]
49- post-install-commands = [
50- " hatch run pre-commit install -f"
51- ]
50+ post-install-commands = [" hatch run pre-commit install -f" ]
5251
5352[tool .hatch .envs .default .scripts ]
5453fix-pre-commit = [" hatch run python3 -m scripts.fix_pre_commit" ]
@@ -68,7 +67,7 @@ run-cov = "coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}"
6867cov-combine = " coverage combine"
6968cov-report = [" coverage report --show-missing --skip-covered" , " coverage xml" ]
7069[[tool .hatch .envs .hatch-test .matrix ]]
71- python = [" 3.13" , " 3.12" , " 3.11" , " 3.10" ]
70+ python = [" 3.14 " , " 3. 13" , " 3.12" , " 3.11" , " 3.10" ]
7271
7372[tool .hatch .envs .types ]
7473extra-dependencies = [" mypy==1.18.2" ]
0 commit comments