You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pylock.toml
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@ lock-version = "1.0"
4
4
requires-python = "<4.0,>=3.10.0"
5
5
environments = [
6
6
"python_version ~= \"3.12\" and sys_platform == \"linux\" and platform_system == \"Linux\" and os_name == \"posix\" and platform_machine == \"x86_64\"",
7
-
"python_version ~= \"3.12\" and os_name == \"posix\" and platform_machine == \"arm64\" and platform_system == \"Darwin\" and sys_platform == \"darwin\"",
8
7
"python_full_version >= \"3.10.0\" and python_version < \"3.12\" and sys_platform == \"linux\" and platform_system == \"Linux\" and os_name == \"posix\" and platform_machine == \"x86_64\"",
9
-
"python_full_version >= \"3.10.0\" and python_version < \"3.12\" and os_name == \"posix\" and platform_machine == \"arm64\" and platform_system == \"Darwin\" and sys_platform == \"darwin\"",
0 commit comments