Skip to content

Commit 9d12568

Browse files
committed
fix pypy version
1 parent 12a4830 commit 9d12568

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,32 +303,32 @@ tasks:
303303
SSL: ssl
304304
TOPOLOGY: sharded_cluster
305305
tags: [test-min-support]
306-
- name: test-min-support-pypy3.11-standalone-noauth-nossl
306+
- name: test-min-support-pypy3.10-standalone-noauth-nossl
307307
commands:
308308
- func: run server
309309
- func: run tests
310310
vars:
311-
UV_PYTHON: pypy3.11
311+
UV_PYTHON: pypy3.10
312312
AUTH: noauth
313313
SSL: nossl
314314
TOPOLOGY: standalone
315315
tags: [test-min-support]
316-
- name: test-min-support-pypy3.11-replica-set-noauth-ssl
316+
- name: test-min-support-pypy3.10-replica-set-noauth-ssl
317317
commands:
318318
- func: run server
319319
- func: run tests
320320
vars:
321-
UV_PYTHON: pypy3.11
321+
UV_PYTHON: pypy3.10
322322
AUTH: noauth
323323
SSL: ssl
324324
TOPOLOGY: replica_set
325325
tags: [test-min-support]
326-
- name: test-min-support-pypy3.11-sharded-cluster-auth-ssl
326+
- name: test-min-support-pypy3.10-sharded-cluster-auth-ssl
327327
commands:
328328
- func: run server
329329
- func: run tests
330330
vars:
331-
UV_PYTHON: pypy3.11
331+
UV_PYTHON: pypy3.10
332332
AUTH: auth
333333
SSL: ssl
334334
TOPOLOGY: sharded_cluster

.evergreen/scripts/generate_config_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ALL_VERSIONS = ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "rapid", "latest"]
2525
CPYTHONS = ["3.10", "3.11", "3.12", "3.13", "3.14t", "3.14"]
2626
PYPYS = ["pypy3.11"]
27-
MIN_SUPPORT_VERSIONS = ["3.9", "pypy3.9", "pypy3.11"]
27+
MIN_SUPPORT_VERSIONS = ["3.9", "pypy3.9", "pypy3.10"]
2828
ALL_PYTHONS = CPYTHONS + PYPYS
2929
MIN_MAX_PYTHON = [CPYTHONS[0], CPYTHONS[-1]]
3030
BATCHTIME_WEEK = 10080

0 commit comments

Comments
 (0)