Skip to content

Commit 67e34c5

Browse files
nealrichardsonwesm
authored andcommitted
ARROW-7766: [Python][Packaging] Windows py38 wheels are built with wrong ABI tag
This is fixed in the latest release of `wheel` but we were pinning to an old version Closes #6353 from nealrichardson/fix-win-38-wheels and squashes the following commits: e3a865b <Neal Richardson> Remove wheel pin in requirements-wheel.txt Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>
1 parent 992d9fc commit 67e34c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/requirements-wheel.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pandas
66
setuptools_scm==3.2.0
77
six>=1.0.0
88
# TODO: TensorFlow doesn't support Python 3.8 yet.
9+
# See https://github.com/tensorflow/tensorflow/issues/33374
910
tensorflow; python_version >= "3.0" and python_version < "3.8"
10-
# pin wheel, because auditwheel is not compatible with wheel=0.32
11-
# TODO(kszucs): remove after auditwheel properly supports wheel>0.31
12-
wheel==0.31.1
11+
wheel

0 commit comments

Comments
 (0)