Skip to content

Commit 15da0ba

Browse files
committed
run tests on Python 3.14
1 parent af6a335 commit 15da0ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
3.11
1919
3.12
2020
3.13
21+
3.14
2122
cache: pip
2223

2324
- name: Install Hatch

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build-backend = "hatchling.build"
3535
installer = "pip"
3636

3737
[[tool.hatch.envs.hatch-test.matrix]]
38-
python = ["3.10", "3.11", "3.12", "3.13"]
38+
python = ["3.10", "3.11", "3.12", "3.13", "3.14"]
3939

4040
[tool.hatch.envs.lint]
4141
dependencies = [

0 commit comments

Comments
 (0)