Skip to content

Commit 217473b

Browse files
authored
Bump maturin, pyo3, add free-threaded 3.13t wheel (#47)
1 parent 6dbac66 commit 217473b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/dists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
target: ${{ matrix.target }}
4949
manylinux: ${{ matrix.manylinux || 'auto' }}
5050
# Keep in sync with tests.yml
51-
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13'
51+
args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t'
5252
rust-toolchain: stable
5353
docker-options: -e CI
5454

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ neon = ["blake3/neon"]
2323
[dependencies]
2424
blake3 = { version = "1.5", features = ["mmap", "rayon"] }
2525
hex = "0.4.2"
26-
pyo3 = { version = "0.23.1", features = ["extension-module"] }
26+
pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
2727
rayon = "1.2.1"

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[build-system]
2-
# TODO: Remove this pin once
3-
# https://github.com/PyO3/maturin/pull/2332#issuecomment-2507336466
4-
# is resolved, one way or the other.
5-
requires = ["maturin==1.7.5"]
2+
requires = ["maturin>=1.0,<2"]
63
build-backend = "maturin"

0 commit comments

Comments
 (0)