File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2774,7 +2774,7 @@ buildvariants:
2774
2774
# Python 3.10+ and MongoDB <= 3.4 don't have any TLS ciphers in common.
2775
2775
- if :
2776
2776
platform : " *"
2777
- python-version-windows : " 3.10"
2777
+ python-version-windows : [ "3.10", "3.11"]
2778
2778
auth-ssl : " auth-ssl"
2779
2779
then :
2780
2780
remove_tasks :
@@ -2807,7 +2807,7 @@ buildvariants:
2807
2807
# Python 3.10+ and MongoDB <= 3.4 don't have any TLS ciphers in common.
2808
2808
- if :
2809
2809
platform : " *"
2810
- python-version-windows-32 : " 3.10"
2810
+ python-version-windows-32 : [ "3.10", "3.11"]
2811
2811
auth-ssl : " auth-ssl"
2812
2812
then :
2813
2813
remove_tasks :
@@ -2854,7 +2854,7 @@ buildvariants:
2854
2854
# Python 3.10+ and MongoDB <= 3.4 don't have any TLS ciphers in common.
2855
2855
- if :
2856
2856
platform : " *"
2857
- python-version-windows : " 3.10"
2857
+ python-version-windows : [ "3.10", "3.11"]
2858
2858
auth-ssl : " auth-ssl"
2859
2859
encryption : " *"
2860
2860
then :
You can’t perform that action at this time.
0 commit comments