Skip to content

Commit 4cdcba1

Browse files
committed
Don't create 3.13 bundles.
1 parent 349b3c0 commit 4cdcba1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# interpreter: 3.11 3.12
5555
- os: macos
5656
target: aarch64
57-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
57+
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
5858
- os: ubuntu
5959
platform: linux
6060
target: i686
@@ -65,7 +65,7 @@ jobs:
6565
- os: ubuntu
6666
platform: linux
6767
target: armv7
68-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
68+
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
6969
# musllinux
7070
- os: ubuntu
7171
platform: linux
@@ -78,11 +78,11 @@ jobs:
7878
- os: ubuntu
7979
platform: linux
8080
target: ppc64le
81-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
81+
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
8282
- os: ubuntu
8383
platform: linux
8484
target: s390x
85-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
85+
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
8686
exclude:
8787
# Optimized PGO builds for x86_64 manylinux and windows follow a different matrix,
8888
# maybe in future maturin-action can support this automatically
@@ -114,7 +114,7 @@ jobs:
114114
working-directory: ./bindings/python
115115
manylinux: ${{ matrix.manylinux || 'auto' }}
116116
container: ${{ matrix.container }}
117-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
117+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
118118
rust-toolchain: stable
119119
docker-options: -e CI
120120

0 commit comments

Comments
 (0)