Skip to content

Commit 09676d4

Browse files
committed
[CI] PyPy 3.9 → 3.10
1 parent f2f0d87 commit 09676d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
CIBW_ARCHS_LINUX: 'x86_64 i686'
205205
CIBW_ARCHS_WINDOWS: 'AMD64 x86 ARM64'
206206
CIBW_ARCHS_MACOS: 'x86_64 universal2 arm64'
207-
CIBW_BUILD: 'cp311-* pp39-* cp313t-*'
207+
CIBW_BUILD: 'cp311-* pp310-* cp313t-*'
208208
CIBW_SKIP: ${{ (matrix.project == 'swig-project' || matrix.project == 'nanobind-project') && 'cp313t-win*' || '' }}
209209
CIBW_ENVIRONMENT: 'PIP_FIND_LINKS=${{ github.workspace }}/dist PY_BUILD_CMAKE_VERBOSE=1'
210210
CIBW_ENVIRONMENT_MACOS: 'PIP_FIND_LINKS=${{ github.workspace }}/dist PY_BUILD_CMAKE_VERBOSE=1 MACOSX_DEPLOYMENT_TARGET="10.15"'

0 commit comments

Comments
 (0)