Skip to content

Commit 13255b6

Browse files
authored
Update pyproject.toml with supported python versions (#688)
* Add 3.13 to the hatch matrix Hatch matrix testing is not actually used atm, but we'll keep the config in case we want to start using it later. * Add 3.14 to hatch matrix and classifiers
1 parent fba1a80 commit 13255b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
"Programming Language :: Python :: Implementation :: CPython",
2324
"Programming Language :: Python :: Implementation :: PyPy",
2425
]
@@ -69,7 +70,7 @@ cov = [
6970
]
7071

7172
[[tool.hatch.envs.all.matrix]]
72-
python = ["3.9", "3.10", "3.11", "3.12"]
73+
python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
7374

7475
[tool.hatch.envs.types]
7576
dependencies = [

0 commit comments

Comments
 (0)