Skip to content

Commit 693bd3f

Browse files
committed
Include default support for Python 3.14
1 parent 15b4e43 commit 693bd3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ classifiers = [
4747
"Programming Language :: Python :: 3.11",
4848
"Programming Language :: Python :: 3.12",
4949
"Programming Language :: Python :: 3.13",
50+
"Programming Language :: Python :: 3.14",
5051
]
5152

5253
[project.urls]
@@ -75,7 +76,7 @@ extra-dependencies = [
7576
]
7677

7778
[[tool.hatch.envs.hatch-test.matrix]]
78-
python = ["3.11", "3.12", "3.13"]
79+
python = ["3.11", "3.12", "3.13", "3.14"]
7980

8081
[tool.hatch.envs.coverage]
8182
extra-dependencies = [

0 commit comments

Comments
 (0)