Skip to content

Commit

Permalink
test with python 3.13 (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2024
2 parents aa52d17 + 33d9dda commit b54eb6e
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 @@ -21,6 +21,7 @@ jobs:
fail-fast: false
matrix:
include:
- {python: '3.13'}
- {python: '3.12'}
- {name: Windows, python: '3.12', os: windows-latest}
- {name: Mac, python: '3.12', os: macos-latest}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py3{12,11,10,9,8,7}
py3{13,12,11,10,9,8,7}
pypy310
style
typing
Expand Down

0 comments on commit b54eb6e

Please sign in to comment.