Skip to content

Commit 3e3b97a

Browse files
committed
Github removes Python 2.7 support on 2023-6-19
See also actions/setup-python#672 MSAL downloads from Python 2.7 is less than 0.2% according to https://pypistats.org/packages/msal
1 parent 613f389 commit 3e3b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest # It switched to 22.04 shortly after 2022-Nov-8
2727
strategy:
2828
matrix:
29-
python-version: [2.7, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
29+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
3030

3131
steps:
3232
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)