From 52112a22209e61be11370fd01e1623007b44d191 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 25 Aug 2023 16:09:18 -0500 Subject: [PATCH] PYTHON-3935 Use Ubuntu 22 for mod_wsgi tests (#1363) --- .evergreen/config.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index a8b87b785..b5683a203 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -2454,9 +2454,9 @@ axes: batchtime: 10080 # 7 days variables: libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/rhel-80-64-bit/master/latest/libmongocrypt.tar.gz - - id: ubuntu-20.04 - display_name: "Ubuntu 20.04" - run_on: ubuntu2004-small + - id: ubuntu-22.04 + display_name: "Ubuntu 22.04" + run_on: ubuntu2204-small batchtime: 10080 # 7 days variables: python3_binary: python3 @@ -2698,10 +2698,6 @@ axes: - id: mod-wsgi-version display_name: "mod_wsgi version" values: - - id: "3" - display_name: "mod_wsgi 3.5" - variables: - MOD_WSGI_VERSION: "3" - id: "4" display_name: "mod_wsgi 4.x" variables: @@ -3183,14 +3179,9 @@ buildvariants: - matrix_name: "tests-mod-wsgi" matrix_spec: - platform: ubuntu-20.04 - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + platform: ubuntu-22.04 + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] mod-wsgi-version: "*" - exclude_spec: - # mod-wsgi 3.5 won't build against CPython 3.8+ - - platform: ubuntu-20.04 - python-version: ["3.8", "3.9", "3.10", "3.11"] - mod-wsgi-version: "3" display_name: "${mod-wsgi-version} ${python-version} ${platform}" tasks: - name: "mod-wsgi-standalone"