Skip to content

Commit 8f02679

Browse files
committed
update release workflow
1 parent 6647c20 commit 8f02679

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ jobs:
3737
platform: linux
3838
- os: windows
3939
ls: dir
40-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
40+
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
4141
- os: windows
4242
ls: dir
4343
target: x86_64
4444
python-architecture: x64
45-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
45+
interpreter: 3.9 3.10 3.11 3.12 3.13
4646
- os: windows
4747
ls: dir
4848
target: i686
4949
python-architecture: x86
50-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 3.13
50+
interpreter: 3.9 3.10 3.11 3.12 3.13
5151
# - os: windows
5252
# ls: dir
5353
# target: aarch64
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.9 3.10 3.11 3.12 3.13 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.9 3.10 3.11 3.12 3.13
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.9 3.10 3.11 3.12 3.13
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.9 3.10 3.11 3.12 3.13
8686
exclude:
8787
- os: windows
8888
target: aarch64
@@ -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.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }} ${{ matrix.extra-build-args }}
118118
rust-toolchain: stable
119119
docker-options: -e CI
120120

0 commit comments

Comments
 (0)