Skip to content

Commit 9b8489e

Browse files
committed
also build wheels for 3.14
1 parent 6f9a2e0 commit 9b8489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build wheels
4444
uses: pypa/[email protected]
4545
env:
46-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.12, <3.14"
46+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.12, <3.15"
4747
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-latest' && '15.0' || '13.0' }}
4848
- uses: actions/upload-artifact@v4
4949
with:

0 commit comments

Comments
 (0)