We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b4e43 commit 693bd3fCopy full SHA for 693bd3f
{{cookiecutter.package_name}}/pyproject.toml
@@ -47,6 +47,7 @@ classifiers = [
47
"Programming Language :: Python :: 3.11",
48
"Programming Language :: Python :: 3.12",
49
"Programming Language :: Python :: 3.13",
50
+ "Programming Language :: Python :: 3.14",
51
]
52
53
[project.urls]
@@ -75,7 +76,7 @@ extra-dependencies = [
75
76
77
78
[[tool.hatch.envs.hatch-test.matrix]]
-python = ["3.11", "3.12", "3.13"]
79
+python = ["3.11", "3.12", "3.13", "3.14"]
80
81
[tool.hatch.envs.coverage]
82
extra-dependencies = [
0 commit comments