mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Use cython from git for >3.12 and no-GIL builds
This commit is contained in:
parent
0b1c47b06b
commit
eb71e1dedb
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
# Also declared in pyproject.toml, if updating here please also update there.
|
||||
Cython~=3.0.10
|
||||
Cython~=3.0.10; python_version <= '3.12'
|
||||
# TODO: bump Cython version when wheels for >=3.13 and no-GIL come out
|
||||
Cython @ git+https://github.com/cython/cython; python_version > '3.12'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue