Skip to content

Commit 2f906b2

Browse files
committed
ci: With stable ABI enabled for 3.12+, drop cp313 builds
1 parent 7e7540a commit 2f906b2

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
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.platform.os }}
4444
strategy:
4545
matrix:
46-
py: [cp310, cp311, cp312, cp313]
46+
py: [cp310, cp311, cp312]
4747
platform:
4848
- { arch: x86_64, os: windows-latest, wheel_tag: win_amd64 }
4949
- { arch: x86_64, os: macos-13, wheel_tag: macosx_x86_64 }

0 commit comments

Comments
 (0)