Skip to content

Commit

Permalink
Merge pull request #380 from neutrinoceros/tst/cp313
Browse files Browse the repository at this point in the history
TST: add CPython 3.13 to regular CI
  • Loading branch information
neutrinoceros authored Oct 8, 2024
2 parents e9a56e2 + a647535 commit a1f34ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
free-threading:
- false
include:
- os: ubuntu-latest
python-version: 3.13-dev
python-version: '3.13'
free-threading: false
- os: ubuntu-latest
python-version: 3.13-dev
python-version: '3.13'
free-threading: true

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
matrix:
python-version:
- '3.10'
- '3.12'
- '3.13'

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a1f34ef

Please sign in to comment.