@@ -1122,6 +1122,7 @@ buildvariants:
1122
1122
- name : pyopenssl-macos-py3.9
1123
1123
tasks :
1124
1124
- name : .replica_set .noauth .nossl
1125
+ - name : .7.0 .noauth .nossl
1125
1126
display_name : PyOpenSSL macOS py3.9
1126
1127
run_on :
1127
1128
- macos-14
@@ -1131,7 +1132,8 @@ buildvariants:
1131
1132
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
1132
1133
- name : pyopenssl-rhel8-py3.10
1133
1134
tasks :
1134
- - name : .replica_set .auth .nossl
1135
+ - name : .replica_set .auth .ssl
1136
+ - name : .7.0 .auth .ssl
1135
1137
display_name : PyOpenSSL RHEL8 py3.10
1136
1138
run_on :
1137
1139
- rhel87-small
@@ -1141,7 +1143,8 @@ buildvariants:
1141
1143
PYTHON_BINARY : /opt/python/3.10/bin/python3
1142
1144
- name : pyopenssl-rhel8-py3.11
1143
1145
tasks :
1144
- - name : .replica_set .auth .nossl
1146
+ - name : .replica_set .auth .ssl
1147
+ - name : .7.0 .auth .ssl
1145
1148
display_name : PyOpenSSL RHEL8 py3.11
1146
1149
run_on :
1147
1150
- rhel87-small
@@ -1151,7 +1154,8 @@ buildvariants:
1151
1154
PYTHON_BINARY : /opt/python/3.11/bin/python3
1152
1155
- name : pyopenssl-rhel8-py3.12
1153
1156
tasks :
1154
- - name : .replica_set .auth .nossl
1157
+ - name : .replica_set .auth .ssl
1158
+ - name : .7.0 .auth .ssl
1155
1159
display_name : PyOpenSSL RHEL8 py3.12
1156
1160
run_on :
1157
1161
- rhel87-small
@@ -1161,7 +1165,8 @@ buildvariants:
1161
1165
PYTHON_BINARY : /opt/python/3.12/bin/python3
1162
1166
- name : pyopenssl-win64-py3.13
1163
1167
tasks :
1164
- - name : .replica_set .auth .nossl
1168
+ - name : .replica_set .auth .ssl
1169
+ - name : .7.0 .auth .ssl
1165
1170
display_name : PyOpenSSL Win64 py3.13
1166
1171
run_on :
1167
1172
- windows-64-vsMulti-small
@@ -1171,7 +1176,8 @@ buildvariants:
1171
1176
PYTHON_BINARY : C:/python/Python313/python.exe
1172
1177
- name : pyopenssl-rhel8-pypy3.9
1173
1178
tasks :
1174
- - name : .replica_set .auth .nossl
1179
+ - name : .replica_set .auth .ssl
1180
+ - name : .7.0 .auth .ssl
1175
1181
display_name : PyOpenSSL RHEL8 pypy3.9
1176
1182
run_on :
1177
1183
- rhel87-small
@@ -1181,7 +1187,8 @@ buildvariants:
1181
1187
PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
1182
1188
- name : pyopenssl-rhel8-pypy3.10
1183
1189
tasks :
1184
- - name : .replica_set .auth .nossl
1190
+ - name : .replica_set .auth .ssl
1191
+ - name : .7.0 .auth .ssl
1185
1192
display_name : PyOpenSSL RHEL8 pypy3.10
1186
1193
run_on :
1187
1194
- rhel87-small
0 commit comments