Skip to content

Commit

Permalink
CI: test Python 3.13 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed May 21, 2024
1 parent abe7561 commit 40484db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python: [
'3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9',
'pypy-3.10', 'graalpy-24'
'3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta.1', 'pypy-3.7', 'pypy-3.8',
'pypy-3.9', 'pypy-3.10', 'graalpy-24'
]
exclude:
- os: windows-latest
Expand Down

0 comments on commit 40484db

Please sign in to comment.