File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2774,7 +2774,7 @@ buildvariants:
27742774 # Python 3.10+ and MongoDB <= 3.4 don't have any TLS ciphers in common.
27752775 - if :
27762776 platform : " *"
2777- python-version-windows : " 3.10"
2777+ python-version-windows : [ "3.10", "3.11"]
27782778 auth-ssl : " auth-ssl"
27792779 then :
27802780 remove_tasks :
@@ -2807,7 +2807,7 @@ buildvariants:
28072807 # Python 3.10+ and MongoDB <= 3.4 don't have any TLS ciphers in common.
28082808 - if :
28092809 platform : " *"
2810- python-version-windows-32 : " 3.10"
2810+ python-version-windows-32 : [ "3.10", "3.11"]
28112811 auth-ssl : " auth-ssl"
28122812 then :
28132813 remove_tasks :
@@ -2854,7 +2854,7 @@ buildvariants:
28542854 # Python 3.10+ and MongoDB <= 3.4 don't have any TLS ciphers in common.
28552855 - if :
28562856 platform : " *"
2857- python-version-windows : " 3.10"
2857+ python-version-windows : [ "3.10", "3.11"]
28582858 auth-ssl : " auth-ssl"
28592859 encryption : " *"
28602860 then :
You can’t perform that action at this time.
0 commit comments