Skip to content

Commit 7874d92

Browse files
committed
ci: With stable ABI enabled for 3.12+, drop cp313 builds
1 parent 891e97c commit 7874d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ${{ matrix.platform.os }}
4545
strategy:
4646
matrix:
47-
py: [cp310, cp311, cp312, cp313]
47+
py: [cp310, cp311, cp312]
4848
platform:
4949
- { arch: x86_64, os: windows-latest, wheel_tag: win_amd64 }
5050
- { arch: x86_64, os: macos-13, wheel_tag: macosx_x86_64 }

0 commit comments

Comments
 (0)