Skip to content

Commit 02a2df4

Browse files
authored
[CI] Update autorest CI to use Python 3.8 (Azure#31780)
This was prompted due to the required version of tox requiring a Python version >= 3.8. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent d3cbcd1 commit 02a2df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/autorest_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pr:
1515

1616
variables:
1717
NodeVersion: '18.x'
18-
PythonVersion: '3.7'
18+
PythonVersion: '3.8'
1919
auto_rest_clone_url: 'https://github.com/Azure/autorest.python.git'
2020
source_path_azure_core: 'sdk/core/azure-core'
2121
source_path_azure_mgmt_core: 'sdk/core/azure-mgmt-core'

0 commit comments

Comments
 (0)