Skip to content

Commit

Permalink
Test Python 3.13 beta (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed May 11, 2024
2 parents e595354 + 7c0f425 commit 0d5db00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest]
include:
- { python-version: "pypy-3.10", os: windows-latest }
- { python-version: "pypy-3.10", os: macos-latest }
- { python-version: "3.10", os: windows-latest }
- { python-version: "3.10", os: macos-latest }
- { python-version: "3.11", os: windows-latest }
- { python-version: "3.11", os: macos-latest }
- { python-version: "3.12", os: windows-latest }
- { python-version: "3.12", os: macos-latest }
- { python-version: "3.13", os: windows-latest }
- { python-version: "3.13", os: macos-latest }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d5db00

Please sign in to comment.