Skip to content

Commit 86672be

Browse files
authored
Add python 3.14 to test matrix. (#39)
* Add python 3.14 to test matrix. * Add 3.14 to container matrix.
1 parent e90b054 commit 86672be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cov = [
2121
type = "container"
2222

2323
[[envs.all.matrix]]
24-
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
24+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2525

2626
[envs.lint]
2727
detached = true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_
8080
no-cov = "cov --no-cov"
8181

8282
[[tool.hatch.envs.test.matrix]]
83-
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
83+
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
8484

8585

8686
[tool.hatch.build.targets.wheel.hooks.mypyc]

0 commit comments

Comments
 (0)