From 891bf558f4f462094075fe98bf2f44a3ccca6a95 Mon Sep 17 00:00:00 2001 From: Matt Dixon Date: Thu, 5 Dec 2024 17:16:03 -0500 Subject: [PATCH] Update Codecov action to v2 and require Python 3.7 or higher --- .github/workflows/python-tests-and-publish.yml | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests-and-publish.yml b/.github/workflows/python-tests-and-publish.yml index 0948b7a..bb0692a 100644 --- a/.github/workflows/python-tests-and-publish.yml +++ b/.github/workflows/python-tests-and-publish.yml @@ -47,9 +47,10 @@ jobs: - name: Upload coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests name: codecov-umbrella fail_ci_if_error: false diff --git a/setup.py b/setup.py index 75afee1..635b7a0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], - python_requires=">=3.6", + python_requires=">=3.7", install_requires=[ # List of dependencies "numpy>=1.26.4",