We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb7b57 commit c167d60Copy full SHA for c167d60
1 file changed
.github/workflows/release.yml
@@ -35,21 +35,27 @@ jobs:
35
- os: linux
36
manylinux: auto
37
target: i686
38
+ interpreter: 3.8 3.9 3.10 3.11 3.12
39
40
41
target: aarch64
42
43
44
45
target: armv7
46
47
48
49
target: ppc64le
50
51
52
53
target: s390x
54
55
- os: windows
56
57
python-architecture: x86
58
59
# Windows aarch64 only supported by Python 3.11+
60
61
0 commit comments