@@ -1923,6 +1923,10 @@ axes:
1923
1923
display_name : " PyPy 3.7"
1924
1924
variables :
1925
1925
PYTHON_BINARY : " /opt/python/pypy3.7/bin/pypy3"
1926
+ - id : " pypy3.8"
1927
+ display_name : " PyPy 3.8"
1928
+ variables :
1929
+ PYTHON_BINARY : " /opt/python/pypy3.8/bin/pypy3"
1926
1930
- id : " system-python3"
1927
1931
display_name : " Python3"
1928
1932
variables :
@@ -2216,7 +2220,7 @@ buildvariants:
2216
2220
# Only test "noauth" with Python 3.7.
2217
2221
exclude_spec :
2218
2222
platform : ubuntu-18.04
2219
- python-version : ["3.6", "3.8", "3.9", "3.10", "pypy3.6", "pypy3.7"]
2223
+ python-version : ["3.6", "3.8", "3.9", "3.10", "pypy3.6", "pypy3.7", "pypy3.8" ]
2220
2224
auth : " noauth"
2221
2225
ssl : " ssl"
2222
2226
pyopenssl : " *"
@@ -2269,7 +2273,7 @@ buildvariants:
2269
2273
exclude_spec :
2270
2274
# These interpreters are always tested without extensions.
2271
2275
- platform : ubuntu-18.04
2272
- python-version : ["pypy3.6", "pypy3.7"]
2276
+ python-version : ["pypy3.6", "pypy3.7", "pypy3.8" ]
2273
2277
c-extensions : " *"
2274
2278
auth-ssl : " *"
2275
2279
coverage : " *"
@@ -2285,7 +2289,7 @@ buildvariants:
2285
2289
exclude_spec :
2286
2290
# These interpreters are always tested without extensions.
2287
2291
- platform : ubuntu-18.04
2288
- python-version : ["pypy3.6", "pypy3.7"]
2292
+ python-version : ["pypy3.6", "pypy3.7", "pypy3.8" ]
2289
2293
c-extensions : " with-c-extensions"
2290
2294
compression : " *"
2291
2295
display_name : " ${compression} ${c-extensions} ${python-version} ${platform}"
@@ -2314,7 +2318,7 @@ buildvariants:
2314
2318
exclude_spec :
2315
2319
# Don't test green frameworks on these Python versions.
2316
2320
- platform : ubuntu-18.04
2317
- python-version : ["pypy3.6", "pypy3.7", "system-python3"]
2321
+ python-version : ["pypy3.6", "pypy3.7", "pypy3.8", " system-python3"]
2318
2322
green-framework : " *"
2319
2323
auth-ssl : " *"
2320
2324
display_name : " ${green-framework} ${python-version} ${platform} ${auth-ssl}"
@@ -2340,7 +2344,7 @@ buildvariants:
2340
2344
matrix_spec :
2341
2345
platform : awslinux
2342
2346
# Python 3.10+ requires OpenSSL 1.1.1+
2343
- python-version : ["3.6", "3.7", "3.8", "3.9", "pypy3.6", "pypy3.7"]
2347
+ python-version : ["3.6", "3.7", "3.8", "3.9", "pypy3.6", "pypy3.7", "pypy3.8" ]
2344
2348
auth-ssl : " *"
2345
2349
display_name : " OpenSSL 1.0.2 ${python-version} ${platform} ${auth-ssl}"
2346
2350
tasks :
@@ -2515,7 +2519,7 @@ buildvariants:
2515
2519
# OCSP stapling is not supported on Ubuntu 18.04.
2516
2520
# See https://jira.mongodb.org/browse/SERVER-51364.
2517
2521
platform : ubuntu-20.04
2518
- python-version : ["3.6", "3.10", "pypy3.6", "pypy3.7 "]
2522
+ python-version : ["3.6", "3.10", "pypy3.6", "pypy3.8 "]
2519
2523
mongodb-version : ["4.4", "5.0", "latest"]
2520
2524
auth : " noauth"
2521
2525
ssl : " ssl"
0 commit comments