Skip to content

Commit 228edd2

Browse files
authored
PYTHON-3471 Test Support for Gevent in Python 3.11 (#1091)
1 parent 84fbc1f commit 228edd2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.evergreen/config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,12 +2614,26 @@ buildvariants:
26142614
exclude_spec:
26152615
# Don't test green frameworks on these Python versions.
26162616
- platform: ubuntu-18.04
2617-
python-version: ["pypy3.7", "pypy3.8"]
2617+
python-version: ["pypy3.7", "pypy3.8", "3.11"]
26182618
green-framework: "*"
26192619
auth-ssl: "*"
26202620
display_name: "${green-framework} ${python-version} ${platform} ${auth-ssl}"
26212621
tasks: *all-server-versions
26222622

2623+
- matrix_name: "tests-python-version-green-framework-ubuntu20"
2624+
matrix_spec:
2625+
platform: ubuntu-20.04
2626+
python-version: ["3.11"]
2627+
green-framework: "*"
2628+
auth-ssl: "*"
2629+
display_name: "${green-framework} ${python-version} ${platform} ${auth-ssl}"
2630+
tasks:
2631+
- ".rapid"
2632+
- ".latest"
2633+
- ".6.0"
2634+
- ".5.0"
2635+
- ".4.4"
2636+
26232637
- matrix_name: "tests-windows-python-version"
26242638
matrix_spec:
26252639
platform: windows-64-vsMulti-small

0 commit comments

Comments
 (0)