From d65095d10304445f2862a944dbf120aad0276b83 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Tue, 27 Aug 2024 18:24:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20C=20compile=20failure=20'?= =?UTF-8?q?longintrepr.h'=20file=20not=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although fixed in https://github.com/cython/cython/compare/0.29.24...0.29.25 ,it won't work until 0.29.30 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 17a0aba..737c42b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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