Skip to content

Commit 3638a58

Browse files
authored
PYTHON-3497 Skip MongoDB <= 3.4 TLS tests on Python 3.11 (#1099)
1 parent d87acc6 commit 3638a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

+3-3
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)