11buildvariants :
22 # Alternative hosts tests
3- - name : openssl-1.0.2-rhel7-v5.0-python3.9
3+ - name : openssl-1.0.2-rhel7-v5.0-python3.10
44 tasks :
55 - name : .test-no-toolchain
6- display_name : OpenSSL 1.0.2 RHEL7 v5.0 Python3.9
6+ display_name : OpenSSL 1.0.2 RHEL7 v5.0 Python3.10
77 run_on :
88 - rhel79-small
99 batchtime : 10080
1010 expansions :
1111 VERSION : " 5.0"
12- PYTHON_VERSION : " 3.9 "
13- PYTHON_BINARY : /opt/python/3.9 /bin/python3
12+ PYTHON_VERSION : " 3.10 "
13+ PYTHON_BINARY : /opt/python/3.10 /bin/python3
1414 - name : other-hosts-rhel9-fips-latest
1515 tasks :
1616 - name : .test-no-toolchain
@@ -164,17 +164,17 @@ buildvariants:
164164 - rhel87-small
165165
166166 # Disable test commands tests
167- - name : disable-test-commands-rhel8-python3.9
167+ - name : disable-test-commands-rhel8-python3.10
168168 tasks :
169169 - name : .test-standard .server-latest
170- display_name : Disable test commands RHEL8 Python3.9
170+ display_name : Disable test commands RHEL8 Python3.10
171171 run_on :
172172 - rhel87-small
173173 expansions :
174174 AUTH : auth
175175 SSL : ssl
176176 DISABLE_TEST_COMMANDS : " 1"
177- PYTHON_BINARY : /opt/python/3.9 /bin/python3
177+ PYTHON_BINARY : /opt/python/3.10 /bin/python3
178178
179179 # Doctests tests
180180 - name : doctests-rhel8
@@ -292,32 +292,32 @@ buildvariants:
292292 AUTH : auth
293293
294294 # Free threaded tests
295- - name : free-threaded-rhel8-python3.13t
295+ - name : free-threaded-rhel8-python3.14t
296296 tasks :
297297 - name : .free-threading
298- display_name : Free-threaded RHEL8 Python3.13t
298+ display_name : Free-threaded RHEL8 Python3.14t
299299 run_on :
300300 - rhel87-small
301301 expansions :
302- PYTHON_BINARY : /opt/python/3.13t /bin/python3
302+ PYTHON_BINARY : /opt/python/3.14t /bin/python3
303303 tags : [pr]
304- - name : free-threaded-macos-python3.13t
304+ - name : free-threaded-macos-python3.14t
305305 tasks :
306306 - name : .free-threading
307- display_name : Free-threaded macOS Python3.13t
307+ display_name : Free-threaded macOS Python3.14t
308308 run_on :
309309 - macos-14
310310 expansions :
311- PYTHON_BINARY : /Library/Frameworks/PythonT.Framework/Versions/3.13 /bin/python3t
311+ PYTHON_BINARY : /Library/Frameworks/PythonT.Framework/Versions/3.14 /bin/python3t
312312 tags : []
313- - name : free-threaded-macos-arm64-python3.13t
313+ - name : free-threaded-macos-arm64-python3.14t
314314 tasks :
315315 - name : .free-threading
316- display_name : Free-threaded macOS Arm64 Python3.13t
316+ display_name : Free-threaded macOS Arm64 Python3.14t
317317 run_on :
318318 - macos-14-arm64
319319 expansions :
320- PYTHON_BINARY : /Library/Frameworks/PythonT.Framework/Versions/3.13 /bin/python3t
320+ PYTHON_BINARY : /Library/Frameworks/PythonT.Framework/Versions/3.14 /bin/python3t
321321 tags : []
322322 - name : free-threaded-win64-python3.14t
323323 tasks :
@@ -332,7 +332,7 @@ buildvariants:
332332 # Green framework tests
333333 - name : green-eventlet-rhel8
334334 tasks :
335- - name : .test-standard .standalone-noauth-nossl .python-3.9
335+ - name : .test-standard .standalone-noauth-nossl
336336 display_name : Green Eventlet RHEL8
337337 run_on :
338338 - rhel87-small
@@ -523,14 +523,14 @@ buildvariants:
523523 SUB_TEST_NAME : pyopenssl
524524
525525 # Search index tests
526- - name : search-index-helpers-rhel8-python3.9
526+ - name : search-index-helpers-rhel8-python3.10
527527 tasks :
528528 - name : .search_index
529- display_name : Search Index Helpers RHEL8 Python3.9
529+ display_name : Search Index Helpers RHEL8 Python3.10
530530 run_on :
531531 - rhel87-small
532532 expansions :
533- PYTHON_BINARY : /opt/python/3.9 /bin/python3
533+ PYTHON_BINARY : /opt/python/3.10 /bin/python3
534534
535535 # Server version tests
536536 - name : mongodb-v4.2
0 commit comments