Skip to content

Commit 38ac2d9

Browse files
timtreisclaude
andcommitted
Update hatch test matrix to Python 3.11 + 3.14
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2a52bb5 commit 38ac2d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ cov-report = [ "coverage report", "coverage xml -o coverage.xml" ]
9797

9898
[[tool.hatch.envs.hatch-test.matrix]]
9999
deps = [ "stable" ]
100-
python = [ "3.11", "3.13" ]
100+
python = [ "3.11", "3.14" ]
101101

102102
[[tool.hatch.envs.hatch-test.matrix]]
103103
deps = [ "pre" ]
104-
python = [ "3.13" ]
104+
python = [ "3.14" ]
105105

106106
[tool.hatch.envs.hatch-test.overrides]
107107
matrix.deps.env-vars = [

0 commit comments

Comments
 (0)