We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9a2e0 commit 9b8489eCopy full SHA for 9b8489e
.github/workflows/dist.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build wheels
44
uses: pypa/[email protected]
45
env:
46
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.12, <3.14"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.12, <3.15"
47
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-latest' && '15.0' || '13.0' }}
48
- uses: actions/upload-artifact@v4
49
with:
0 commit comments