We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e26c5 commit bca85f8Copy full SHA for bca85f8
.github/workflows/tests.yml
@@ -70,8 +70,8 @@ jobs:
70
coverage xml
71
- name: Upload coverage to Codecov
72
# Repeated failures of Codecov on macos-12
73
- if: ${{ matrix.os != 'macos-12' }}
74
- uses: codecov/codecov-action@v3
+ # if: ${{ matrix.os != 'macos-12' }}
+ uses: codecov/codecov-action@v4
75
with:
76
flags: unittests
77
files: coverage.xml
setup.cfg
@@ -37,6 +37,7 @@ classifiers =
37
Programming Language :: Python :: 3.9
38
Programming Language :: Python :: 3.10
39
Programming Language :: Python :: 3.11
40
+ Programming Language :: Python :: 3.12
41
Operating System :: OS Independent
42
Topic :: Software Development :: Libraries :: Python Modules"
43
project_urls =
0 commit comments