8000 Udpated CI yaml to use 3.7.7 to make DevOps happy · microsoft/botbuilder-python@79f4116 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 79f4116

Browse files
committed
Udpated CI yaml to use 3.7.7 to make DevOps happy
1 parent 3b3e7cd commit 79f4116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/botbuilder-python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variables:
77
COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
88
COVERALLS_SERVICE_NAME: python-ci
99
python.36: 3.6.10
10-
python.37: 3.7.6
10+
python.37: 3.7.7
1111
python.38: 3.8.2
1212
# PythonCoverallsToken: get this from Azure
1313

0 commit comments

Comments
 (0)
0