Skip to content

Commit 51b50db

Browse files
authored
fix: A type alias cannot be final (#1024)
Addition of Python 3.10 to the checks exposed this.
1 parent 07be87f commit 51b50db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
install_certifi_script: Final = resources_dir / "install_certifi.py"
4747

48-
BuildFrontend: Final = Literal["pip", "build"]
48+
BuildFrontend = Literal["pip", "build"]
4949

5050
MANYLINUX_ARCHS: Final = (
5151
"x86_64",

0 commit comments

Comments
 (0)