@@ -969,6 +969,10 @@ axes:
969
969
display_name : " Python 3.7"
970
970
variables :
971
971
PYTHON_BINARY : " /opt/python/3.7/bin/python3"
972
+ - id : " 3.8"
973
+ display_name : " Python 3.8"
974
+ variables :
975
+ PYTHON_BINARY : " /opt/python/3.8/bin/python3"
972
976
- id : " pypy"
973
977
display_name : " PyPy"
974
978
variables :
@@ -1333,7 +1337,7 @@ buildvariants:
1333
1337
- matrix_name : " tests-python-version-ubuntu1604-without-c-extensions"
1334
1338
matrix_spec :
1335
1339
platform : ubuntu-16.04
1336
- python-version : &openssl-102-plus-pythons ["3.7"]
1340
+ python-version : &openssl-102-plus-pythons ["3.7", "3.8" ]
1337
1341
c-extensions : without-c-extensions
1338
1342
auth-ssl : noauth-nossl
1339
1343
display_name : " ${c-extensions} ${python-version} ${platform} ${auth} ${ssl} ${coverage}"
@@ -1349,7 +1353,7 @@ buildvariants:
1349
1353
matrix_spec :
1350
1354
# Ubuntu 16.04 images have libsnappy-dev installed, and provides OpenSSL 1.0.2 for testing Python 3.7
1351
1355
platform : ubuntu-16.04
1352
- python-version : ["2.7", "3.4", "3.5", "3.6", "3.7", "pypy", "pypy3.5", "jython2.7"]
1356
+ python-version : ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", " pypy", "pypy3.5", "jython2.7"]
1353
1357
c-extensions : " *"
1354
1358
compression : " *"
1355
1359
exclude_spec :
@@ -1363,6 +1367,11 @@ buildvariants:
1363
1367
python-version : ["jython2.7"]
1364
1368
c-extensions : " *"
1365
1369
compression : ["snappy", "zstd"]
1370
+ # Some tests fail with CPython 3.8 and python-snappy
1371
+ - platform : ubuntu-16.04
1372
+ python-version : ["3.8"]
1373
+ c-extensions : " *"
1374
+ compression : ["snappy"]
1366
1375
display_name : " ${compression} ${c-extensions} ${python-version} ${platform}"
1367
1376
tasks :
1368
1377
- " test-latest-standalone"
@@ -1416,7 +1425,7 @@ buildvariants:
1416
1425
- matrix_name : " tests-python-version-requires-openssl-102-plus-test-ssl"
1417
1426
matrix_spec :
1418
1427
platform : ubuntu-16.04
1419
- python-version : &openssl-102-plus-pythons ["3.7"]
1428
+ python-version : &openssl-102-plus-pythons ["3.7", "3.8" ]
1420
1429
auth-ssl : " *"
1421
1430
display_name : " ${python-version} OpenSSL 1.0.2 ${platform} ${auth-ssl}"
1422
1431
tasks :
0 commit comments