Skip to content

Commit 89583a8

Browse files
committed
Update Cython in setup.py
1 parent a7baeea commit 89583a8

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
@@ -339,7 +339,7 @@ def mk_long_description(numrev=1):
339339
"Operating System :: Unix",
340340
],
341341
zip_safe = False,
342-
setup_requires=['setuptools_scm[toml]>=5.0,<9.0', 'Cython>=3.0.7'],
342+
setup_requires=['setuptools_scm[toml]>=5.0,<9.0', 'Cython>=3.0.10,<3.1.0'],
343343
tests_require=['psutil<5.9.9', 'pytest', 'pytest-timeout', 'pytest-subtests'],
344344
ext_modules = ext_modules(),
345345
packages = [ 'pymssql'],

0 commit comments

Comments
 (0)