Skip to content

Commit 2428669

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Enable imports on Windows
Summary: Windows is looking decently stable, let's enable it. Reviewed By: alexmalyshev Differential Revision: D104072360 fbshipit-source-id: 43dfe6d9f04f9595e2808873015ed13311989008
1 parent 2aa7579 commit 2428669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderx/PythonLib/cinderx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def is_supported_runtime() -> bool:
4242
native extension.
4343
"""
4444

45-
if sys.platform not in ("darwin", "linux"):
45+
if sys.platform not in ("darwin", "linux", "win32"):
4646
return False
4747

4848
version = (sys.version_info.major, sys.version_info.minor)

0 commit comments

Comments
 (0)