8000 Merge pull request #1055 from microsoft/trboehre/rc1-yml-export · ShYuPe/botbuilder-python@0f279cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f279cf

Browse files
authored
Merge pull request microsoft#1055 from microsoft/trboehre/rc1-yml-export
RC1 - Added missing export and updated Python 3.7 version in yml
2 parents 3b3e7cd + 9eee2f8 commit 0f279cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"botbuilder.core.integration",
3939
"botbuilder.core.skills",
4040
"botbuilder.core.teams",
41+
"botbuilder.core.oauth",
4142
],
4243
install_requires=REQUIRES,
4344
classifiers=[

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