Skip to content

Commit

Permalink
ci: remove 3.8 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Feb 6, 2024
1 parent a86c414 commit eeb898e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
os: [ubuntu]
python-version:
# remove the unused versions
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# - "3.12" TODO support this

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit eeb898e

Please sign in to comment.