From 663348b50ce5440d2c894eac240a1d4874070ecb Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 1 Oct 2024 10:27:47 +0100 Subject: [PATCH] Update CI configuration and trove classifiers. --- .github/workflows/python-package.yml | 4 ++-- setup.cfg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 80cd6ef..482df99 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 diff --git a/setup.cfg b/setup.cfg index 88a0efc..62b68e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =