Skip to content

Commit

Permalink
Add Python 3.13 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Oct 8, 2024
1 parent 6dac6dc commit 3867e84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v1

Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
arch: ['x86', 'x64']

steps:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python.version }}
python-version: 3.12

- name: Build sdist
uses: messense/maturin-action@v1
Expand Down

0 comments on commit 3867e84

Please sign in to comment.