Skip to content

Commit c167d60

Browse files
committed
Even more actions work
1 parent 5bb7b57 commit c167d60

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,27 @@ jobs:
3535
- os: linux
3636
manylinux: auto
3737
target: i686
38+
interpreter: 3.8 3.9 3.10 3.11 3.12
3839
- os: linux
3940
manylinux: auto
4041
target: aarch64
42+
interpreter: 3.8 3.9 3.10 3.11 3.12
4143
- os: linux
4244
manylinux: auto
4345
target: armv7
46+
interpreter: 3.8 3.9 3.10 3.11 3.12
4447
- os: linux
4548
manylinux: auto
4649
target: ppc64le
50+
interpreter: 3.8 3.9 3.10 3.11 3.12
4751
- os: linux
4852
manylinux: auto
4953
target: s390x
54+
interpreter: 3.8 3.9 3.10 3.11 3.12
5055
- os: windows
5156
target: i686
5257
python-architecture: x86
58+
interpreter: 3.8 3.9 3.10 3.11 3.12
5359
# Windows aarch64 only supported by Python 3.11+
5460
- os: windows
5561
target: aarch64

0 commit comments

Comments
 (0)