Skip to content

Commit 0861aba

Browse files
authored
Merge pull request #512 from AzureAD/test-for-py3.11
Test matrix covers Python 3.11
2 parents 545e856 + 8aecacb commit 0861aba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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
2727
strategy:
2828
matrix:
29-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11-dev"]
29+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
3030

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
'Programming Language :: Python :: 3.8',
6565
'Programming Language :: Python :: 3.9',
6666
'Programming Language :: Python :: 3.10',
67+
'Programming Language :: Python :: 3.11',
6768
'License :: OSI Approved :: MIT License',
6869
'Operating System :: OS Independent',
6970
],

0 commit comments

Comments
 (0)