Skip to content

Commit 7fa2091

Browse files
committed
Latest Cython might avoid deprecated Python C-API
1 parent d1e7adc commit 7fa2091

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ optionally, you may choose to install an early [developer preview](https://githu
2525

2626
Install prerequisites.
2727

28-
CMake >= 2.8.7
29-
Python3 >= 3.6
30-
Cython >= 0.19.1
31-
SymEngine >= 0.4.0
28+
CMake >= 2.8.12
29+
Python3 >= 3.7
30+
Cython >= 0.29.24
31+
SymEngine >= 0.7.0
3232

3333
For SymEngine, only a specific commit/tag (see symengine_version.txt) is supported.
3434
Latest git master branch may not work as there may be breaking changes in SymEngine.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def finalize_options(self):
216216
setup(name="symengine",
217217
version="0.7.2",
218218
description="Python library providing wrappers to SymEngine",
219-
setup_requires=['cython>=0.19.1'],
219+
setup_requires=['cython>=0.29.24'],
220220
long_description=long_description,
221221
author="SymEngine development team",
222222
author_email="[email protected]",

0 commit comments

Comments
 (0)