We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b6eac commit 507883eCopy full SHA for 507883e
1 file changed
bindings/python/build_wheels.py
@@ -9,8 +9,8 @@
9
from pprint import pprint
10
11
def platforms():
12
- ARCHES = ['x86_64', 'i686'] # WIP: 'aarch64', 'armv7l', 'ppc64', 'ppc64le', 's390x'
13
- BASES = ['manylinux2010', 'manylinux_2_24']
+ ARCHES = ['x86_64', 'i686', 'aarch64'] # WIP: 'armv7l', 'ppc64', 'ppc64le', 's390x'
+ BASES = ['manylinux2010', 'manylinux_2_28', 'manylinux_2_34']
14
for base in BASES:
15
for arch in ARCHES:
16
if base == 'manylinux2010' and arch not in ['x86_64', 'i686']:
0 commit comments