Skip to content

Commit

Permalink
python 3.13 isn't ready yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Oct 7, 2024
1 parent 782d8ad commit 0b9c78b
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 @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-24.04]
include:
- python-version: 3.13
- python-version: 3.12
os: macos-14
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b9c78b

Please sign in to comment.