Skip to content

Commit d068d83

Browse files
committed
Python 3.4 is not tested on windows due to specific build requirements
1 parent acc1724 commit d068d83

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ jobs:
5353

5454
- job: 'Build_and_deploy'
5555
dependsOn:
56-
- Python_34_x64_native
5756
- Python_35_x64_native
5857
- Python_36_x64_native
5958
- Python_37_x64_native
6059

61-
- Python_34_x64_cython
62-
- Python_34_x86_cython
6360
- Python_35_x64_cython
6461
- Python_35_x86_cython
6562
- Python_36_x64_cython
@@ -72,11 +69,6 @@ jobs:
7269
strategy:
7370
maxParallel: 6
7471
matrix:
75-
Python34_x64:
76-
python.version: '3.4'
77-
Python34_x86:
78-
python.version: '3.4'
79-
python.architecture: 'x86'
8072
Python35_x64:
8173
python.version: '3.5'
8274
Python35_x86:

0 commit comments

Comments
 (0)