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 ceb83e2 commit 50bf6e1Copy full SHA for 50bf6e1
uv/private/constraints/platform/macro.bzl
@@ -114,20 +114,6 @@ def generate_macos(visibility):
114
def generate_manylinux(visibility):
115
# https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#manylinux
116
117
- ## These are long obsolete manylinux wheel formats we're ignoring.
118
- ## Hopefully we can just ignore that....
119
- # manylinux1_i686
120
- # manylinux1_x86_64
121
- # manylinux2010_i686
122
- # manylinux2010_x86_64
123
- # manylinux2014_aarch64
124
- # manylinux2014_armv7l
125
- # manylinux2014_i686
126
- # manylinux2014_ppc64
127
- # manylinux2014_ppc64le
128
- # manylinux2014_s390x
129
- # manylinux2014_x86_64
130
-
131
arches = [
132
"x86_64",
133
"i686",
0 commit comments