Skip to content

Commit

Permalink
Use prerelease versions of 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Aug 9, 2024
1 parent bb03335 commit b64103b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.13.0-rc.1"
os: ["ubuntu-latest"]
include:
# MacOS ARM m1
- os: "macos-latest"
python-version: "3.8"
- os: "macos-latest"
python-version: "3.13"
python-version: "3.13.0-rc.1"
# MacOS x86-64
- os: "macos-13"
python-version: "3.8"
- os: "macos-13"
python-version: "3.13"
python-version: "3.13.0-rc.1"
- os: "windows-latest"
python-version: "3.8"
- os: "windows-latest"
python-version: "3.13"
python-version: "3.13.0-rc.1"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b64103b

Please sign in to comment.