Skip to content

Commit

Permalink
update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Jan 7, 2025
1 parent f20f9d1 commit aa7b0d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
python: ["3.5.10", "3.6.15", "3.7.17", "3.8.18", "3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1", "3.14.0-alpha.3"]
python: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
Expand All @@ -33,7 +33,7 @@ jobs:
# Run tox using the version of Python in `PATH`
run: tox -e py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.9'
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.13'
with:
file: ./coverage.xml

0 comments on commit aa7b0d2

Please sign in to comment.