We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3f480 commit 6ba2457Copy full SHA for 6ba2457
.github/workflows/tests-and-linters.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: actions/setup-python@v4
49
with:
50
python-version: 3.12
51
- - run: pip install tox cython==0.29.36
+ - run: pip install tox cython==0.29.37
52
- run: make cythonize
53
- run: tox
54
env:
tox.ini
@@ -26,7 +26,6 @@ python_files = test_*_py3*.py
26
[testenv:coveralls]
27
passenv = GITHUB_*, COVERALLS_*
28
basepython=python3.12
29
-usedevelop=True
30
deps=
31
{[testenv]deps}
32
cython<3.0
0 commit comments