Bump wheel version to fix deployment target for universal2

pypa/wheel - issue 387 and PR 390
This commit is contained in:
jack1142
2022-08-17 15:12:57 +02:00
committed by Jakub Kuczys
parent 4bc6bd3c5f
commit 2bf4c14249
+1 -1
View File
@@ -123,7 +123,7 @@ def test_dependency_constraints_file(tmp_path, build_frontend_env):
tool_versions = {
"pip": "20.0.2",
"setuptools": "53.0.0",
"wheel": "0.34.2",
"wheel": "0.36.2",
"virtualenv": "20.11.2",
}