We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f7074 commit 8f0bf2dCopy full SHA for 8f0bf2d
.github/workflows/wheels.yml
@@ -70,6 +70,8 @@ jobs:
70
exclude:
71
- image: manylinux_2_24_aarch64
72
pyversion: "*"
73
+ - image: musllinux_1_1_aarch64
74
+ pyversion: "*"
75
include:
76
- image: manylinux2014_aarch64
77
pyversion: "cp36*"
@@ -82,6 +84,17 @@ jobs:
82
84
83
85
pyversion: "cp310*"
86
87
88
+ pyversion: "cp36*"
89
90
+ pyversion: "cp37*"
91
92
+ pyversion: "cp38*"
93
94
+ pyversion: "cp39*"
95
96
+ pyversion: "cp310*"
97
+
98
steps:
99
- uses: actions/checkout@v2
100
0 commit comments