Skip to content

Commit

Permalink
➖ Removes Python 3.10 from the coverage action.
Browse files Browse the repository at this point in the history
  • Loading branch information
amarrerod committed Jun 19, 2024
1 parent a2153de commit 6c3cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build_wheels:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 6c3cbc6

Please sign in to comment.