Skip to content

Commit aa20faa

Browse files
author
Jonathan Kliem
committed
Revert "raise cython version"
This reverts commit a0a0e2c.
1 parent 5b097f2 commit aa20faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run(self):
6666
setup(
6767
name='cypari2',
6868
version=VERSION,
69-
setup_requires=['Cython>=0.29.28'],
69+
setup_requires=['Cython>=0.28'],
7070
install_requires=['cysignals>=1.7'],
7171
description="A Python interface to the number theory library PARI/GP",
7272
long_description=README,

0 commit comments

Comments
 (0)