Skip to content

Commit 0cdd94d

Browse files
committed
Update pymsalruntime version range to handle the latest 0.20.0 release
1 parent 2a138a5 commit 0cdd94d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ broker =
6262
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
6363
#
6464
# We need pymsalruntime.CallbackData introduced in PyMsalRuntime 0.14
65-
pymsalruntime>=0.14,<0.19; python_version>='3.6' and platform_system=='Windows'
65+
pymsalruntime>=0.14,<0.21; python_version>='3.8' and platform_system=='Windows'
6666
# On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC
67-
pymsalruntime>=0.17,<0.19; python_version>='3.8' and platform_system=='Darwin'
67+
pymsalruntime>=0.17,<0.21; python_version>='3.8' and platform_system=='Darwin'
6868
# PyMsalRuntime 0.18+ is expected to support broker on Linux
69-
pymsalruntime>=0.18,<0.19; python_version>='3.8' and platform_system=='Linux'
69+
pymsalruntime>=0.18,<0.21; python_version>='3.8' and platform_system=='Linux'
7070

7171
[options.packages.find]
7272
exclude =

0 commit comments

Comments
 (0)