Skip to content

Commit 24d107f

Browse files
committed
bump: pyproject
1 parent f1ee80b commit 24d107f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ classifiers = [
6868
"Programming Language :: Python :: 3.11",
6969
"Programming Language :: Python :: 3.12",
7070
"Programming Language :: Python :: 3.13",
71+
"Programming Language :: Python :: 3.14",
7172
"Programming Language :: Python :: 3 :: Only",
7273
]
7374

@@ -206,7 +207,7 @@ extra-dependencies = [
206207
]
207208

208209
[[tool.hatch.envs.test.matrix]]
209-
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"]
210211

211212
[tool.hatch.envs.test.scripts]
212213
test = "pytest{env:HATCH_TEST_ARGS:} {args:tests}"
@@ -282,7 +283,7 @@ extra-dependencies = [
282283
]
283284

284285
[[tool.hatch.envs.test-optional.matrix]]
285-
python = ["3.9", "3.10", "3.11", "3.12", "3.13"]
286+
python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
286287

287288
[tool.hatch.envs.docs]
288289
dependencies = [

0 commit comments

Comments
 (0)