mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
skip python3.7 because its EOL
Still supported for now, just no wheels provided
This commit is contained in:
parent
23133eb802
commit
1f7aad7218
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user