Skip to content

Commit

Permalink
CI: also test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Feb 14, 2025
1 parent 76f30b3 commit 041347f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
Expand All @@ -46,6 +47,8 @@ jobs:
python-version: '3.11'
- os: macos-14
python-version: '3.12'
- os: macos-14
python-version: '3.13'
- os: macos-14
python-version: 'pypy-3.8'
- os: macos-14
Expand Down

0 comments on commit 041347f

Please sign in to comment.