File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ neon = ["blake3/neon"]
2323[dependencies ]
2424blake3 = { version = " 1.5" , features = [" mmap" , " rayon" ] }
2525hex = " 0.4.2"
26- pyo3 = { version = " 0.23.1 " , features = [" extension-module" ] }
26+ pyo3 = { version = " 0.23.3 " , features = [" extension-module" , " generate-import-lib " ] }
2727rayon = " 1.2.1"
Original file line number Diff line number Diff line change 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" ]
63build-backend = " maturin"
You can’t perform that action at this time.
0 commit comments