Skip to content

Commit dafe15f

Browse files
committed
Merge branch 'dharshanb/brokerSupportLinux' of https://github.com/AzureAD/microsoft-authentication-library-for-python into dharshanb/brokerSupportLinux
2 parents 7037231 + 2bab25c commit dafe15f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
LAB_OBO_PUBLIC_CLIENT_ID: ${{ secrets.LAB_OBO_PUBLIC_CLIENT_ID }}
2626

2727
# Derived from https://docs.github.com/en/actions/guides/building-and-testing-python#starting-with-the-python-workflow-template
28-
runs-on: ubuntu-latest # It switched to 22.04 shortly after 2022-Nov-8
28+
runs-on: ubuntu-22.04 # ubuntu-latest switched to 22.04 shortly after 2022-Nov-8
2929
strategy:
3030
matrix:
31-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
31+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 3.13]
3232

3333
steps:
3434
- uses: actions/checkout@v4

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ def __init__(self, client_id, client_credential=None, **kwargs):
19551955
if your app is expected to run on Mac
19561956
19571957
2. installed broker dependency,
1958-
e.g. ``pip install msal[broker]>=1.31,<2``.
1958+
e.g. ``pip install msal[broker]>=1.32,<2``.
19591959
19601960
3. tested with ``acquire_token_interactive()`` and ``acquire_token_silent()``.
19611961

0 commit comments

Comments
 (0)