Skip to content

Commit fe93574

Browse files
committed
ci: add python 3.14 into hatch test
1 parent 8cda9c5 commit fe93574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ installer = "pip"
4040
extra-args = ["-vv"]
4141

4242
[[tool.hatch.envs.test.matrix]]
43-
python = ["3.12", "3.13"]
43+
python = ["3.12", "3.13", "3.14"]
4444

4545
[tool.hatch.metadata]
4646
allow-direct-references = true

0 commit comments

Comments
 (0)