File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 - uses : actions/checkout@v3
4949 - uses : actions/setup-python@v4
5050 with :
51- python-version : 3.13
51+ python-version : 3.12
5252 - run : pip install tox 'cython>=3,<4'
5353 - run : make cythonize
5454 - run : tox -vv
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ python_files = test_*_py3*.py
2626
2727[testenv:coveralls]
2828passenv = GITHUB_*, COVERALLS_*, DEPENDENCY_INJECTOR_*
29- basepython =python3.13
29+ basepython =python3.12 # TODO: Upgrade to version 3.13 is blocked by coveralls 4.0.1 not supporting Python 3. 13
3030deps =
3131 {[testenv]deps}
3232 cython>=3,<4
33- coverage>=7.6
34- coveralls
33+ coverage>=7
34+ coveralls>=4
3535commands =
3636 coverage erase
3737 coverage run --rcfile =./.coveragerc -m pytest -c tests/.configs/pytest.ini
You can’t perform that action at this time.
0 commit comments