File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments