Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler authored May 17, 2024
1 parent f7e1e7f commit 63798c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

strategy:
matrix:
# python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down Expand Up @@ -52,6 +51,6 @@
run: "python -m coverage xml"

- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v2"
uses: "codecov/codecov-action@v4"
with:
fail_ci_if_error: true

0 comments on commit 63798c3

Please sign in to comment.