Skip to content

Commit

Permalink
Add Python 3.13 stable in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Oct 9, 2024
1 parent 105c61d commit a9e5b49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm64, macos-13, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
exclude:
- os: ubuntu-24.04-arm64
python-version: "3.13.0-rc.2"
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit a9e5b49

Please sign in to comment.