8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4770e5 commit e98d406Copy full SHA for e98d406
pipelines/botbuilder-python-ci.yml
@@ -6,8 +6,9 @@ variables:
6
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
7
COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
8
COVERALLS_SERVICE_NAME: python-ci
9
- python.37: 3.7
10
python.38: 3.8
+ python.39: 3.9
11
+ python.310: 3.10
12
python.311: 3.11
13
# PythonCoverallsToken: get this from Azure
14
@@ -20,10 +21,12 @@ jobs:
20
21
22
strategy:
23
matrix:
- Python37:
24
- PYTHON_VERSION: '$(python.37)'
25
Python38:
26
PYTHON_VERSION: '$(python.38)'
+ Python39:
27
+ PYTHON_VERSION: '$(python.39)'
28
+ Python310:
29
+ PYTHON_VERSION: '$(python.310)'
30
Python311:
31
PYTHON_VERSION: '$(python.311)'
32
maxParallel: 3
0 commit comments