Skip to content

Commit

Permalink
run tests on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Deric-W committed Nov 20, 2024
1 parent 35e5411 commit affb5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
3.10
3.11
3.12
3.13
- name: Install Hatch
run: python -m pip install "hatch >= 1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build-backend = "hatchling.build"
installer = "pip"

[[tool.hatch.envs.hatch-test.matrix]]
python = ["3.10", "3.11", "3.12"]
python = ["3.10", "3.11", "3.12", "3.13"]

[tool.hatch.envs.lint]
dependencies = [
Expand Down

0 comments on commit affb5ea

Please sign in to comment.