Skip to content

Commit

Permalink
Fix version to cache (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 26, 2021
1 parent 050ed40 commit 7771863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8"]
alpine: ["3.10", "3.11", "3.12"]
python: ["3.7", "3.8", "3.9"]
alpine: ["3.11", "3.12", "3.13"]
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]

steps:
Expand Down

0 comments on commit 7771863

Please sign in to comment.