Skip to content

Commit fb769da

Browse files
authored
Merge pull request #428 from tonybaloney/patch-1
Add support and test for Python 3.9, 3.10, and 3.11
2 parents deb2dca + 03f4b6c commit fb769da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 5
1111
matrix:
12-
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"]
12+
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
1313

1414
steps:
1515
- uses: actions/checkout@v1

azure-devops/setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
3333
'Programming Language :: Python :: 3.8',
34+
'Programming Language :: Python :: 3.9',
35+
'Programming Language :: Python :: 3.10',
36+
'Programming Language :: Python :: 3.11',
3437
'License :: OSI Approved :: MIT License',
3538
]
3639

0 commit comments

Comments
 (0)