Skip to content

Commit

Permalink
Update GH action to use available Python versions in ubuntu-latest (2…
Browse files Browse the repository at this point in the history
…4.04)
  • Loading branch information
olofk committed Jan 22, 2025
1 parent 8e6ee68 commit d6beb67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
#- { icon: 🍎, name: macos }
#- { icon: 🧊, name: windows }
pyver:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
runs-on: ${{ matrix.os.name }}-latest
name: ${{ matrix.os.icon }} ${{ matrix.os.name }} | ${{ matrix.pyver }}
steps:
Expand Down

0 comments on commit d6beb67

Please sign in to comment.