Skip to content

Commit f26ad85

Browse files
authored
Changed Python versions to always use latest on Azure (microsoft#1243)
* Update python 3.7 and 3.6 versions * Trying x numbering for latest version
1 parent e758e70 commit f26ad85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pipelines/botbuilder-python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ variables:
66
COVERALLS_GIT_COMMIT: $(Build.SourceVersion)
77
COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
88
COVERALLS_SERVICE_NAME: python-ci
9-
python.36: 3.6.10
10-
python.37: 3.7.7
11-
python.38: 3.8.3
9+
python.36: 3.6.x
10+
python.37: 3.7.x
11+
python.38: 3.8.x
1212
# PythonCoverallsToken: get this from Azure
1313

1414
jobs:

0 commit comments

Comments
 (0)