Skip to content

Commit

Permalink
Update Codecov action to v2 and require Python 3.7 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 910d804 commit 891bf55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-tests-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 891bf55

Please sign in to comment.