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 07be87f commit 51b50dbCopy full SHA for 51b50db
cibuildwheel/util.py
@@ -45,7 +45,7 @@
45
46
install_certifi_script: Final = resources_dir / "install_certifi.py"
47
48
-BuildFrontend: Final = Literal["pip", "build"]
+BuildFrontend = Literal["pip", "build"]
49
50
MANYLINUX_ARCHS: Final = (
51
"x86_64",
0 commit comments