Skip to content

Commit

Permalink
Update and rename run_tests.yaml to run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andife authored Nov 25, 2024
1 parent 8d43ef8 commit 15cca17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -32,6 +32,6 @@ jobs:
coverage run
coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 15cca17

Please sign in to comment.