Skip to content

Commit

Permalink
CI: don't build for Python versions in security phase
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 16, 2024
1 parent 9e02897 commit afcec0e
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-* *p37-*"
CIBW_SKIP: "*p36-* *p37-* p38-* p39-*"
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "x86_64 arm64"
MACOSX_DEPLOYMENT_TARGET: "10.14"
Expand Down

0 comments on commit afcec0e

Please sign in to comment.