Skip to content

Commit c614f37

Browse files
committed
Fix for build_wheels workflow
1 parent 2f18723 commit c614f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def all_linux_platforms(cls) -> List["SupportedPlatformEnum"]:
4141
]
4242

4343

44-
CURRENT_PLATFORM: SupportedPlatformEnum | None = None
44+
CURRENT_PLATFORM: Optional[SupportedPlatformEnum] = None
4545
if architecture()[0] == "64bit":
4646
if platform == "darwin":
4747
if machine() == "x86_64":

0 commit comments

Comments
 (0)