We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d0005 commit 1965976Copy full SHA for 1965976
msal/broker.py
@@ -26,6 +26,7 @@
26
min_ver = {
27
"win32": "1.20",
28
"darwin": "1.31",
29
+ "linux": "1.32",
30
}.get(sys.platform)
31
if min_ver:
32
raise ImportError(
0 commit comments