@@ -2007,10 +2007,6 @@ axes:
2007
2007
display_name : " Python 2.7"
2008
2008
variables :
2009
2009
PYTHON_BINARY : " /opt/python/2.7/bin/python"
2010
- - id : " 3.4"
2011
- display_name : " Python 3.4"
2012
- variables :
2013
- PYTHON_BINARY : " /opt/python/3.4/bin/python3"
2014
2010
- id : " 3.5"
2015
2011
display_name : " Python 3.5"
2016
2012
batchtime : 10080 # 7 days
@@ -2074,10 +2070,6 @@ axes:
2074
2070
display_name : " Python 2.7"
2075
2071
variables :
2076
2072
PYTHON_BINARY : " C:/python/Python27/python.exe"
2077
- - id : " 3.4"
2078
- display_name : " Python 3.4"
2079
- variables :
2080
- PYTHON_BINARY : " C:/python/Python34/python.exe"
2081
2073
- id : " 3.5"
2082
2074
display_name : " Python 3.5"
2083
2075
variables :
@@ -2110,10 +2102,6 @@ axes:
2110
2102
display_name : " 32-bit Python 2.7"
2111
2103
variables :
2112
2104
PYTHON_BINARY : " C:/python/32/Python27/python.exe"
2113
- - id : " 3.4"
2114
- display_name : " 32-bit Python 3.4"
2115
- variables :
2116
- PYTHON_BINARY : " C:/python/32/Python34/python.exe"
2117
2105
- id : " 3.5"
2118
2106
display_name : " 32-bit Python 3.5"
2119
2107
variables :
@@ -2412,7 +2400,7 @@ buildvariants:
2412
2400
matrix_spec :
2413
2401
platform : awslinux
2414
2402
# RHEL 6.2 does not support Python 3.7.x and later.
2415
- python-version : &amazon1-pythons ["2.7", "3.4", "3. 5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.6", "pypy3.7", "jython2.7"]
2403
+ python-version : &amazon1-pythons ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.6", "pypy3.7", "jython2.7"]
2416
2404
auth : " *"
2417
2405
ssl : " *"
2418
2406
coverage : " *"
@@ -2451,14 +2439,14 @@ buildvariants:
2451
2439
- matrix_name : " tests-pyopenssl"
2452
2440
matrix_spec :
2453
2441
platform : awslinux
2454
- python-version : ["2.7", "3.4", "3. 5", "3.6", "3.7", "3.8", "3.9"]
2442
+ python-version : ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
2455
2443
auth : " *"
2456
2444
ssl : " ssl"
2457
2445
pyopenssl : " *"
2458
2446
# Only test "noauth" with Python 3.7.
2459
2447
exclude_spec :
2460
2448
platform : awslinux
2461
- python-version : ["2.7", "3.4", "3. 5", "3.6", "3.8", "3.9"]
2449
+ python-version : ["2.7", "3.5", "3.6", "3.8", "3.9"]
2462
2450
auth : " noauth"
2463
2451
ssl : " ssl"
2464
2452
pyopenssl : " *"
@@ -2518,7 +2506,7 @@ buildvariants:
2518
2506
matrix_spec :
2519
2507
platform : awslinux
2520
2508
# RHEL 6.2 does not support Python 3.7.x and later.
2521
- python-version : ["2.7", "3.4", "3. 5", "3.6", "3.7", "3.8", "3.9"]
2509
+ python-version : ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
2522
2510
auth-ssl : noauth-nossl
2523
2511
# TODO: dependency error for 'coverage-report' task:
2524
2512
# dependency tests-python-version-rhel62-test-encryption_.../test-2.6-standalone is not present in the project config
@@ -2556,7 +2544,7 @@ buildvariants:
2556
2544
- matrix_name : " tests-python-version-compression"
2557
2545
matrix_spec :
2558
2546
platform : [awslinux]
2559
- python-version : ["2.7", "3.4", "3. 5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.6", "pypy3.7", "jython2.7"]
2547
+ python-version : ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.6", "pypy3.7", "jython2.7"]
2560
2548
c-extensions : " *"
2561
2549
compression : " *"
2562
2550
exclude_spec :
@@ -2680,9 +2668,8 @@ buildvariants:
2680
2668
python-version : *amazon1-pythons
2681
2669
auth-ssl : " auth-ssl"
2682
2670
exclude_spec :
2683
- # Python 3.4 doesn't support OpenSSL 1.1.0+ so won't build on Debian 9+.
2684
2671
- platform : debian92
2685
- python-version : ["3.4", " jython2.7"]
2672
+ python-version : ["jython2.7"]
2686
2673
auth-ssl : " auth-ssl"
2687
2674
display_name : " ${python-version} OpenSSL 1.1.0 ${platform} ${auth-ssl}"
2688
2675
tasks :
@@ -2791,7 +2778,7 @@ buildvariants:
2791
2778
- matrix_name : " tests-mod-wsgi"
2792
2779
matrix_spec :
2793
2780
platform : awslinux
2794
- python-version : ["2.7", "3.4", "3. 6", "3.7", "3.8", "3.9"]
2781
+ python-version : ["2.7", "3.6", "3.7", "3.8", "3.9"]
2795
2782
mod-wsgi-version : " *"
2796
2783
exclude_spec :
2797
2784
# mod-wsgi 3.5 won't build against CPython 3.8+
@@ -2814,7 +2801,7 @@ buildvariants:
2814
2801
- matrix_name : " tests-doctests"
2815
2802
matrix_spec :
2816
2803
platform : awslinux
2817
- python-version : ["2.7", "3.4 "]
2804
+ python-version : ["2.7", "3.5 "]
2818
2805
display_name : " Doctests ${python-version} ${platform}"
2819
2806
tasks :
2820
2807
- name : " doctests"
@@ -2878,7 +2865,7 @@ buildvariants:
2878
2865
- matrix_name : " data-lake-spec-tests"
2879
2866
matrix_spec :
2880
2867
platform : rhel70
2881
- python-version : ["2.7", "3.4", "3. 6"]
2868
+ python-version : ["2.7", "3.6"]
2882
2869
auth : " auth"
2883
2870
c-extensions : " *"
2884
2871
display_name : " Atlas Data Lake ${python-version} ${c-extensions}"
@@ -2901,7 +2888,7 @@ buildvariants:
2901
2888
- matrix_name : " ocsp-test"
2902
2889
matrix_spec :
2903
2890
platform : awslinux
2904
- python-version : ["2.7", "3.4", " pypy3.5", "pypy3.6", "pypy3.7", "3.8", "3.9"]
2891
+ python-version : ["2.7", "pypy3.5", "pypy3.6", "pypy3.7", "3.8", "3.9"]
2905
2892
mongodb-version : ["4.4", "5.0", "latest"]
2906
2893
auth : " noauth"
2907
2894
ssl : " ssl"
@@ -2926,7 +2913,7 @@ buildvariants:
2926
2913
- matrix_name : " ocsp-test-windows"
2927
2914
matrix_spec :
2928
2915
platform : windows-64-vsMulti-small
2929
- python-version-windows : ["2.7", "3.4 ", "3.9"]
2916
+ python-version-windows : ["2.7", "3.5 ", "3.9"]
2930
2917
mongodb-version : ["4.4", "5.0", "latest"]
2931
2918
auth : " noauth"
2932
2919
ssl : " ssl"
@@ -2973,7 +2960,7 @@ buildvariants:
2973
2960
platform : awslinux
2974
2961
mongodb-version : ["5.0", "latest"]
2975
2962
auth-ssl : " *"
2976
- python-version : ["2.7", "3.4", "3. 5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.7"]
2963
+ python-version : ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.7"]
2977
2964
loadbalancer : " *"
2978
2965
display_name : " Load Balancer ${platform} ${python-version} ${mongodb-version} ${auth-ssl}"
2979
2966
tasks :
0 commit comments