Skip to content

Commit

Permalink
fix python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 16, 2024
1 parent 6988dc0 commit fcbd6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def readme():

if sys.version_info[:2] == (3, 13):
test_requires += [
"git+https://github.com/cython/cython.git@"
"7beedb19c43f3e865056b8181e55897b222a645b#egg=cython"
"cython @ git+https://github.com/cython/cython.git@"
"7beedb19c43f3e865056b8181e55897b222a645b"
]

setup(
Expand Down

0 comments on commit fcbd6f0

Please sign in to comment.