Skip to content

Commit affb5ea

Browse files
committed
run tests on Python 3.13
1 parent 35e5411 commit affb5ea

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
@@ -17,6 +17,7 @@ jobs:
1717
3.10
1818
3.11
1919
3.12
20+
3.13
2021
2122
- name: Install Hatch
2223
run: python -m pip install "hatch >= 1.10.0"

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"]
38+
python = ["3.10", "3.11", "3.12", "3.13"]
3939

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

0 commit comments

Comments
 (0)