We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ee80b commit 24d107fCopy full SHA for 24d107f
pyproject.toml
@@ -68,6 +68,7 @@ classifiers = [
68
"Programming Language :: Python :: 3.11",
69
"Programming Language :: Python :: 3.12",
70
"Programming Language :: Python :: 3.13",
71
+ "Programming Language :: Python :: 3.14",
72
"Programming Language :: Python :: 3 :: Only",
73
]
74
@@ -206,7 +207,7 @@ extra-dependencies = [
206
207
208
209
[[tool.hatch.envs.test.matrix]]
-python = ["3.9", "3.10", "3.11", "3.12", "3.13"]
210
+python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
211
212
[tool.hatch.envs.test.scripts]
213
test = "pytest{env:HATCH_TEST_ARGS:} {args:tests}"
@@ -282,7 +283,7 @@ extra-dependencies = [
282
283
284
285
[[tool.hatch.envs.test-optional.matrix]]
286
287
288
[tool.hatch.envs.docs]
289
dependencies = [
0 commit comments