Skip to content

Commit 431e8a4

Browse files
author
Vladimir Puzakov
committed
chore: use latest cython version
1 parent 399897d commit 431e8a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests-and-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.12
35-
- run: pip install tox cython==0.29.37
35+
- run: pip install tox cython
3636
- run: make cythonize
3737
- run: tox
3838
env:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==0.29.37
1+
cython
22
pytest
33
pytest-asyncio
44
tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ basepython=python3.12
3030
usedevelop=True
3131
deps=
3232
{[testenv]deps}
33-
cython<3.0
33+
cython
3434
coverage
3535
coveralls
3636
commands=

0 commit comments

Comments
 (0)