Skip to content

Commit

Permalink
Update CI configuration and trove classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Oct 1, 2024
1 parent fea6132 commit 663348b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
NO_EXTERNAL_TESTS: 1
- name: Upload coverage to Codecov
# Repeated failures of Codecov on macos-12
if: ${{ matrix.os != 'macos-12' }}
uses: codecov/codecov-action@v3
# if: ${{ matrix.os != 'macos-12' }}
uses: codecov/codecov-action@v4
with:
flags: unittests
files: coverage.xml
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Expand Down

0 comments on commit 663348b

Please sign in to comment.