Skip to content

Commit 721eba2

Browse files
committed
Minor changes
1 parent 5607d2b commit 721eba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def setup_extension(eprsrcdir=None, *, coverage: bool = False):
8787
except ImportError:
8888
pass
8989
else:
90-
if Version(Cython.__version__) >= Version("3.1.0b1"):
90+
if Version(Cython.__version__) >= Version("3.1.0"):
9191
ext.cython_directives["freethreading_compatible"] = True
9292

9393
return ext

0 commit comments

Comments
 (0)