Skip to content

Commit

Permalink
Test against Python 3.13
Browse files Browse the repository at this point in the history
nickmoreton authored and MrCordeiro committed Jan 2, 2025

Verified

This commit was signed with the committer’s verified signature.
inkydragon Chengyu Han
1 parent 9d3b6b7 commit 331eb1d
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -10,13 +10,15 @@ envlist =
wt61-dj{42,50}-py{310,311,312}
wt62-dj{42,50}-py{310,311,312}
wt63-dj{42,50,51}-py{310,311,312}
wt63-dj51-py313

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313


[testenv]

0 comments on commit 331eb1d

Please sign in to comment.