Skip to content

Commit 1965976

Browse files
committed
address comment
1 parent 57d0005 commit 1965976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msal/broker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
min_ver = {
2727
"win32": "1.20",
2828
"darwin": "1.31",
29+
"linux": "1.32",
2930
}.get(sys.platform)
3031
if min_ver:
3132
raise ImportError(

0 commit comments

Comments
 (0)