Skip to content

Commit

Permalink
fix: A type alias cannot be final (#1024)
Browse files Browse the repository at this point in the history
Addition of Python 3.10 to the checks exposed this.
  • Loading branch information
henryiii committed Feb 12, 2022
1 parent 07be87f commit 51b50db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/util.py
Expand Up @@ -45,7 +45,7 @@

install_certifi_script: Final = resources_dir / "install_certifi.py"

BuildFrontend: Final = Literal["pip", "build"]
BuildFrontend = Literal["pip", "build"]

MANYLINUX_ARCHS: Final = (
"x86_64",
Expand Down

0 comments on commit 51b50db

Please sign in to comment.