Skip to content

Commit

Permalink
Revert "⬆️ Bump wheel from 0.37.1 to 0.38.4 (#234)"
Browse files Browse the repository at this point in the history
This reverts commit b68f8d8.
  • Loading branch information
dependabot[bot] authored and Ousret committed Nov 18, 2022
1 parent 5dd7aa0 commit 70442c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build-requirements.txt
Expand Up @@ -3,5 +3,4 @@
mypy==0.990; python_version >= "3.7"
mypy==0.971; python_version < "3.7"
build==0.9.0
wheel==0.38.4; python_version >= "3.7"
wheel==0.37.1; python_version < "3.7"
wheel==0.37.1
4 changes: 1 addition & 3 deletions dev-requirements.txt
Expand Up @@ -4,6 +4,7 @@ isort==5.10.1
codecov==2.1.12
pytest-cov==4.0.0
build==0.9.0
wheel==0.37.1

# The vast majority of project dropped Python 3.6
# This is to ensure build are reproducible >=3.6
Expand All @@ -21,6 +22,3 @@ pytest==7.2.0; python_version >= "3.7"

requests==2.27.1; python_version < "3.7"
requests==2.28.1; python_version >= "3.7"

wheel==0.38.4; python_version >= "3.7"
wheel==0.37.1; python_version < "3.7"

1 comment on commit 70442c4

@Ousret
Copy link
Owner

@Ousret Ousret commented on 70442c4 Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break the deployment cibuildwheel python > 3.6

ImportError: cannot import name 'native' from 'wheel.util' (/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/cibw-run-p_bjx9u3/cp37-macosx_x86_64/build/venv/lib/python3.7/site-packages/wheel/util.py)

Please sign in to comment.