@@ -981,6 +981,10 @@ axes:
981
981
display_name : " PyPy 3.5"
982
982
variables :
983
983
PYTHON_BINARY : " /opt/python/pypy3.5/bin/pypy3"
984
+ - id : " pypy3.6"
985
+ display_name : " PyPy 3.6"
986
+ variables :
987
+ PYTHON_BINARY : " /opt/python/pypy3.6/bin/pypy3"
984
988
- id : " jython2.7"
985
989
display_name : " Jython 2.7"
986
990
batchtime : 10080 # 7 days
@@ -1279,7 +1283,7 @@ buildvariants:
1279
1283
matrix_spec :
1280
1284
platform : rhel62
1281
1285
# RHEL 6.2 does not support Python 3.7.x and later.
1282
- python-version : &rhel62-pythons ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5", "jython2.7"]
1286
+ python-version : &rhel62-pythons ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5", "pypy3.6", " jython2.7"]
1283
1287
auth : " *"
1284
1288
ssl : " *"
1285
1289
coverage : " *"
@@ -1308,7 +1312,7 @@ buildvariants:
1308
1312
matrix_spec :
1309
1313
platform : rhel62
1310
1314
# RHEL 6.2 does not support Python 3.7.x and later.
1311
- python-version : ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5"]
1315
+ python-version : ["2.7", "3.4", "3.5", "3.6", "pypy", "pypy3.5", "pypy3.6" ]
1312
1316
auth-ssl : noauth-nossl
1313
1317
# TODO: dependency error for 'coverage-report' task:
1314
1318
# dependency tests-python-version-rhel62-test-encryption_.../test-2.6-standalone is not present in the project config
@@ -1327,7 +1331,7 @@ buildvariants:
1327
1331
exclude_spec :
1328
1332
# These interpreters are always tested without extensions.
1329
1333
- platform : rhel62
1330
- python-version : ["pypy", "pypy3.5", "jython2.7"]
1334
+ python-version : ["pypy", "pypy3.5", "pypy3.6", " jython2.7"]
1331
1335
c-extensions : " *"
1332
1336
auth-ssl : " *"
1333
1337
coverage : " *"
@@ -1353,13 +1357,13 @@ buildvariants:
1353
1357
matrix_spec :
1354
1358
# Ubuntu 16.04 images have libsnappy-dev installed, and provides OpenSSL 1.0.2 for testing Python 3.7
1355
1359
platform : ubuntu-16.04
1356
- python-version : ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3.5", "jython2.7"]
1360
+ python-version : ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3.5", "pypy3.6", " jython2.7"]
1357
1361
c-extensions : " *"
1358
1362
compression : " *"
1359
1363
exclude_spec :
1360
1364
# These interpreters are always tested without extensions.
1361
1365
- platform : ubuntu-16.04
1362
- python-version : ["pypy", "pypy3.5", "jython2.7"]
1366
+ python-version : ["pypy", "pypy3.5", "pypy3.6", " jython2.7"]
1363
1367
c-extensions : " with-c-extensions"
1364
1368
compression : " *"
1365
1369
# Jython doesn't support some compression types.
@@ -1396,7 +1400,7 @@ buildvariants:
1396
1400
exclude_spec :
1397
1401
# Don't test green frameworks on these Python versions.
1398
1402
- platform : rhel62
1399
- python-version : ["pypy", "pypy3.5", "jython2.7"]
1403
+ python-version : ["pypy", "pypy3.5", "pypy3.6", " jython2.7"]
1400
1404
green-framework : " *"
1401
1405
auth-ssl : " *"
1402
1406
display_name : " ${green-framework} ${python-version} ${platform} ${auth-ssl}"
0 commit comments