Skip to content

Commit fc677e2

Browse files
committed
remove Py 3.10 support
1 parent 18692be commit fc677e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
fail-fast: false
129129
matrix:
130-
python: [ cp310, cp311, cp312, cp313 ]
130+
python: [ cp311, cp312, cp313 ]
131131
platform:
132132
- { os: windows-2025, arch: amd64, cibw_system: win }
133133
- { os: windows-11-arm, arch: ARM64, cibw_system: win }
@@ -143,7 +143,6 @@ jobs:
143143
- { minimal: true, python: cp312 }
144144
- { minimal: true, python: cp313 }
145145
- { minimal: true, platform: { arch: universal2 } }
146-
- { python: cp310, platform: { os: windows-11-arm, arch: ARM64 } }
147146
runs-on: ${{ matrix.platform.os }}
148147
env:
149148
CCACHE_DIR: ${{ github.workspace }}/.ccache

0 commit comments

Comments
 (0)