skip python3.7 because its EOL

Still supported for now, just no wheels provided
This commit is contained in:
Andrew Cassidy 2024-06-02 17:56:13 -07:00 committed by GitHub
parent 23133eb802
commit 1f7aad7218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,8 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: "12"
CIBW_ARCHS_LINUX: 'x86_64 aarch64'
CIBW_ARCHS_MACOS: 'native'
CIBW_SKIP: 'cp37*'
- name: Upload Wheels
uses: actions/upload-artifact@v3