Skip to content

Commit

Permalink
Add testing against Python 3.13 (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Oct 14, 2024
1 parent 499447f commit eaa2053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+0011ba6d.adding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added testing against Python 3.13 (again).
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ python = [
"3.10",
"3.11",
"3.12",
"3.13",
]

[tool.hatch.envs.ci.scripts]
Expand Down
2 changes: 1 addition & 1 deletion workflow-support/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versions={"python": ["3.9", "3.10", "3.11", "3.12"]}
versions={"python": ["3.9", "3.10", "3.11", "3.12", "3.13"]}

0 comments on commit eaa2053

Please sign in to comment.