Skip to content

Commit

Permalink
Test against Python 3.13. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherself authored Oct 22, 2024
1 parent 077c3d3 commit 635c056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
include:
- os: "ubuntu-latest"
python-version: "3.12"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
requires =
tox>=4.2
env_list =
py313
py312
py311
py310
Expand Down

0 comments on commit 635c056

Please sign in to comment.