Skip to content

Commit 4722e21

Browse files
committed
RC0
1 parent 8336333 commit 4722e21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Python Release
22
on:
3+
pull_request:
34
push:
45
tags:
56
- v*
@@ -37,7 +38,7 @@ jobs:
3738
platform: linux
3839
- os: windows
3940
ls: dir
40-
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
41+
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
4142
- os: windows
4243
ls: dir
4344
target: x86_64
@@ -54,7 +55,7 @@ jobs:
5455
# interpreter: 3.11 3.12
5556
- os: macos
5657
target: aarch64
57-
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
58+
interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
5859
- os: ubuntu
5960
platform: linux
6061
target: i686

0 commit comments

Comments
 (0)