Skip to content

Commit bca85f8

Browse files
committed
Update CI configuration and trove classifiers.
1 parent 41e26c5 commit bca85f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
coverage xml
7171
- name: Upload coverage to Codecov
7272
# Repeated failures of Codecov on macos-12
73-
if: ${{ matrix.os != 'macos-12' }}
74-
uses: codecov/codecov-action@v3
73+
# if: ${{ matrix.os != 'macos-12' }}
74+
uses: codecov/codecov-action@v4
7575
with:
7676
flags: unittests
7777
files: coverage.xml

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers =
3737
Programming Language :: Python :: 3.9
3838
Programming Language :: Python :: 3.10
3939
Programming Language :: Python :: 3.11
40+
Programming Language :: Python :: 3.12
4041
Operating System :: OS Independent
4142
Topic :: Software Development :: Libraries :: Python Modules"
4243
project_urls =

0 commit comments

Comments
 (0)