Skip to content

Commit 462fb69

Browse files
authored
Upgrade Python Interpreter in CI to 3.7 (#387)
1 parent ce24767 commit 462fb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- task: UsePythonVersion@0
1919
inputs:
20-
versionSpec: '3.6'
20+
versionSpec: '3.7'
2121
- download: DurablePyCI
2222
- script: "rm -r ./azure_functions_durable/_manifest"
2323
displayName: 'Remove _manifest folder'

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
- v*
1414

1515
variables:
16-
python.version: '3.6'
16+
python.version: '3.7'
1717
baseFolder: .
1818
componentArtifactName: 'azure_functions_durable'
1919
#componentArtifactName: 'dist'

0 commit comments

Comments
 (0)