Skip to content

Commit

Permalink
remove Python3.7 builds (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Nov 17, 2023
1 parent e4c7f39 commit 7f86ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
CIBW_SKIP: "*p36-*"
CIBW_SKIP: "*p36-* *p37-*"
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "x86_64 arm64"
steps:
Expand Down

0 comments on commit 7f86ace

Please sign in to comment.