Skip to content

Commit

Permalink
Update GitHub Actions to use current Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spl0k committed Dec 15, 2024
1 parent 38f4874 commit a717a09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
- "3.13"
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit a717a09

Please sign in to comment.