Skip to content

Commit

Permalink
fix: 🐛 C compile failure 'longintrepr.h' file not found
Browse files Browse the repository at this point in the history
Although fixed in
cython/cython@0.29.24...0.29.25,it won't work
until 0.29.30
  • Loading branch information
ZhaoQi99 committed Aug 27, 2024
1 parent 4f5f96f commit 1906f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords = python-encrypt, import-hook

[options]
install_requires =
Cython >= 0.29.24
Cython >= 0.29.30
pycryptodome >= 3.14.1
python-minifier >= 2.6.0
click
Expand Down

0 comments on commit 1906f0e

Please sign in to comment.