Skip to content

Commit

Permalink
uprev PyO3 and add python 3.13 support (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Dec 9, 2024
1 parent 20aed1d commit d6baf21
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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']

env:
UV_PYTHON: ${{ matrix.python-version }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
python-architecture: x86
- os: windows
target: aarch64
interpreter: 3.11 3.12
interpreter: 3.11 3.12 3.13

runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
steps:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux || 'auto' }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12' }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.9 3.10 3.11 3.12 3.13' }}
rust-toolchain: stable
docker-options: -e CI
env:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.13
Loading

0 comments on commit d6baf21

Please sign in to comment.