Skip to content

Commit 621a096

Browse files
committed
remove Python 3.14
1 parent e0165f2 commit 621a096

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- update-pyo3
87
tags:
98
- 'v*.*.*'
109
workflow_dispatch:
@@ -30,10 +29,10 @@ jobs:
3029
- os: windows
3130
target: i686
3231
python-architecture: x86
33-
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 3.14
32+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
3433
- os: windows
3534
target: aarch64
36-
interpreter: 3.11 3.12 3.13 3.14
35+
interpreter: 3.11 3.12 3.13
3736

3837
- os: macos
3938
target: x86_64
@@ -52,13 +51,13 @@ jobs:
5251
target: aarch64
5352
- os: ubuntu
5453
target: armv7
55-
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 3.14
54+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
5655
- os: ubuntu
5756
target: ppc64le
58-
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 3.14
57+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
5958
- os: ubuntu
6059
target: s390x
61-
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 3.14
60+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
6261

6362
- os: ubuntu
6463
target: x86_64
@@ -91,7 +90,7 @@ jobs:
9190
target: ${{ matrix.target }}
9291
manylinux: ${{ matrix.manylinux || 'auto' }}
9392
container: ${{ matrix.container }}
94-
args: --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 pypy3.11' }} ${{ matrix.extra-build-args }}
93+
args: --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11' }} ${{ matrix.extra-build-args }}
9594
rust-toolchain: 1.76.0
9695
docker-options: -e CI
9796

@@ -110,7 +109,7 @@ jobs:
110109
fail-fast: false
111110
matrix:
112111
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
113-
interpreter: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
112+
interpreter: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
114113
exclude:
115114
# actions/setup-python@v5 does not support 3.8 and 3.9 on arm64
116115
- os: macos-14

0 commit comments

Comments
 (0)