We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f4c89 commit c4889faCopy full SHA for c4889fa
setup.py
@@ -126,7 +126,7 @@ def get_git_commit_datetime() -> str:
126
'pytest==4.2.1',
127
'requests_mock==1.5.2',
128
"black==18.9b0;python_version>'3.6'",
129
- 'wheel==0.32.3', # Otherwise setup.py bdist_wheel does not work
+ 'wheel==0.33.0', # Otherwise setup.py bdist_wheel does not work
130
]
131
132
MIN_PY_VERSION = '.'.join(map(str, REQUIRED_PYTHON_VER))
0 commit comments