Skip to content

Commit

Permalink
Bump maturin, pyo3, add free-threaded 3.13t wheel (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Dec 5, 2024
1 parent 6dbac66 commit 217473b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux || 'auto' }}
# Keep in sync with tests.yml
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13'
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
rust-toolchain: stable
docker-options: -e CI

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ neon = ["blake3/neon"]
[dependencies]
blake3 = { version = "1.5", features = ["mmap", "rayon"] }
hex = "0.4.2"
pyo3 = { version = "0.23.1", features = ["extension-module"] }
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
rayon = "1.2.1"
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[build-system]
# TODO: Remove this pin once
# https://github.com/PyO3/maturin/pull/2332#issuecomment-2507336466
# is resolved, one way or the other.
requires = ["maturin==1.7.5"]
requires = ["maturin>=1.0,<2"]
build-backend = "maturin"

0 comments on commit 217473b

Please sign in to comment.