File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
- uses : actions/checkout@v3
49
49
- uses : actions/setup-python@v4
50
50
with :
51
- python-version : 3.13
51
+ python-version : 3.12
52
52
- run : pip install tox 'cython>=3,<4'
53
53
- run : make cythonize
54
54
- run : tox -vv
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ python_files = test_*_py3*.py
26
26
27
27
[testenv:coveralls]
28
28
passenv = 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
30
30
deps =
31
31
{[testenv]deps}
32
32
cython>=3,<4
33
- coverage>=7.6
34
- coveralls
33
+ coverage>=7
34
+ coveralls>=4
35
35
commands =
36
36
coverage erase
37
37
coverage run --rcfile =./.coveragerc -m pytest -c tests/.configs/pytest.ini
You can’t perform that action at this time.
0 commit comments