Skip to content

Commit

Permalink
support python 3.8 (#246)
Browse files Browse the repository at this point in the history
* support python 3.8

Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
  • Loading branch information
Fred-sun and haiyuazhang authored Sep 9, 2020
1 parent aff7204 commit 8248c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pr-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:
values:
- "2.7"
- "3.6"
- "3.8"
- name: ANSIBLE_VER
displayName: 'Ansible Version'
type: string
Expand Down
6 changes: 3 additions & 3 deletions requirements-azure.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packaging
requests[security]
xmltodict
azure-cli-core==2.0.35
azure-cli-core==2.11.1
azure-cli-nspkg==3.0.2
azure-common==1.1.11
azure-mgmt-authorization==0.51.1
Expand All @@ -19,7 +19,7 @@ azure-mgmt-network==10.2.0
azure-mgmt-nspkg==2.0.0
azure-mgmt-privatedns==0.1.0
azure-mgmt-redis==5.0.0
azure-mgmt-resource==2.1.0
azure-mgmt-resource==10.2.0
azure-mgmt-rdbms==1.4.1
azure-mgmt-servicebus==0.5.3
azure-mgmt-sql==0.10.0
Expand All @@ -29,7 +29,7 @@ azure-mgmt-web==0.41.0
azure-nspkg==2.0.0
azure-storage==0.35.1
msrest==0.6.10
msrestazure==0.6.2
msrestazure==0.6.4
azure-keyvault==1.0.0a1
azure-graphrbac==0.61.1
azure-mgmt-cosmosdb==0.5.2
Expand Down

0 comments on commit 8248c87

Please sign in to comment.