File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11[run]
2- core = ctrace
32plugins = Cython.Coverage
43source = libzim
Original file line number Diff line number Diff line change 3939
4040 - name : Upload coverage report to codecov
4141 if : matrix.os == 'ubuntu-24.04' && matrix.python == '3.14'
42- <<<<<<< HEAD
4342 uses : codecov/codecov-action@v5
44- =======
45- uses : codecov/codecov-action@v4
46- >>>>>>> 89f9199 (Add support for Python 3.14 and upgrade dependencies)
4743 with :
4844 fail_ci_if_error : true
4945 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ libzim = [
118118[tool .cibuildwheel ]
119119build = " *"
120120# disabling PyPy due to 2 failing tests
121- skip = " pp* *win32*"
121+ # disabling free-threaded builds (cp313t, cp314t) as module is not compatible
122+ skip = " pp* *win32* cp313t-* cp314t-*"
122123
123124test-requires = [" pytest" ]
124125test-command = " py.test {project}/tests/"
You can’t perform that action at this time.
0 commit comments