Skip to content

Commit e0939df

Browse files
authoredFeb 27, 2022
Merge pull request #1033 from Thrameos/azure3.5
Remove 3.5 from test matrix
2 parents 4e46640 + 18dd810 commit e0939df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.azure/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
dependsOn: Deps
5151
strategy:
5252
matrix:
53-
linux-3.5:
54-
imageName: "ubuntu-latest"
55-
python.version: '3.5'
5653
linux-3.6:
5754
imageName: "ubuntu-latest"
5855
python.version: '3.6'
@@ -65,9 +62,6 @@ jobs:
6562
linux-3.9:
6663
imageName: "ubuntu-latest"
6764
python.version: '3.9'
68-
windows-3.5:
69-
imageName: "vs2017-win2016"
70-
python.version: '3.5'
7165
windows-3.6:
7266
imageName: "vs2017-win2016"
7367
python.version: '3.6'

0 commit comments

Comments
 (0)
Please sign in to comment.