Skip to content

Commit 17ad6e9

Browse files
committed
require a more recent cython version
1 parent 0ff91aa commit 17ad6e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["cython~=0.29.20", "setuptools>=62", "setuptools_scm[toml]>=7", "wheel"]
2+
requires = ["cython~=0.29.30", "setuptools>=62", "setuptools_scm[toml]>=7", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setenv =
1212
# run tests against in-place build for doctest and coverage support
1313
PYTHONPATH = {toxinidir}/src
1414
deps =
15-
cython ~= 0.29.20
15+
cython ~= 0.29.30
1616
pytest
1717
pytest-cython
1818
tomli ; python_version < '3.11'
@@ -28,7 +28,7 @@ commands =
2828
[testenv:coverage]
2929
deps =
3030
coverage
31-
cython ~= 0.29.20
31+
cython ~= 0.29.30
3232
pytest
3333
pytest-cython
3434
commands =
@@ -86,7 +86,7 @@ commands =
8686

8787
[testenv:sdist]
8888
deps =
89-
cython ~= 0.29.20
89+
cython ~= 0.29.30
9090
setuptools >= 62
9191
setuptools_scm[toml] >= 7
9292
commands = python setup.py sdist

0 commit comments

Comments
 (0)