Skip to content

Commit a6ad098

Browse files
committed
run tests on Python 3.14
1 parent 7b1f22b commit a6ad098

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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
@@ -41,7 +41,7 @@ build-backend = "hatchling.build"
4141
installer = "pip"
4242

4343
[[tool.hatch.envs.hatch-test.matrix]]
44-
python = ["3.10", "3.11", "3.12", "3.13"]
44+
python = ["3.10", "3.11", "3.12", "3.13", "3.14"]
4545

4646
[tool.hatch.envs.lint]
4747
dependencies = [

0 commit comments

Comments
 (0)