8000 Update botbuilder-python-ci.yml for Azure Pipelines · GitDakky/botbuilder-python@e98d406 · GitHub
[go: up one dir, main page]

Skip to content

Commit e98d406

Browse files
committed
Update botbuilder-python-ci.yml for Azure Pipelines
Changed Python build versions
1 parent b4770e5 commit e98d406

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pipelines/botbuilder-python-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ variables:
66
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
77
COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
88
COVERALLS_SERVICE_NAME: python-ci
9-
python.37: 3.7
109
python.38: 3.8
10+
python.39: 3.9
11+
python.310: 3.10
1112
python.311: 3.11
1213
# PythonCoverallsToken: get this from Azure
1314

@@ -20,10 +21,12 @@ jobs:
2021

2122
strategy:
2223
matrix:
23-
Python37:
24-
PYTHON_VERSION: '$(python.37)'
2524
Python38:
2625
PYTHON_VERSION: '$(python.38)'
26+
Python39:
27+
PYTHON_VERSION: '$(python.39)'
28+
Python310:
29+
PYTHON_VERSION: '$(python.310)'
2730
Python311:
2831
PYTHON_VERSION: '$(python.311)'
2932
maxParallel: 3

0 commit comments

Comments
 (0)
0