Skip to content

Commit

Permalink
Try fork of Cython which allows cimport of cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 6, 2025
1 parent feba193 commit e3893c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ requires = ["setuptools",
"setuptools_scm",
"extension-helpers==1.*",
"numpy>=2.0.0rc1",
"cython==3.1.0a1"]
"cython @ git+https://github.com/da-woods/cython@cpython-library-limited-api"]
build-backend = 'setuptools.build_meta'

[tool.setuptools]
Expand Down

0 comments on commit e3893c8

Please sign in to comment.