@@ -1172,8 +1172,8 @@ jobs:
1172
1172
- name : Run tests
1173
1173
run : tox -e pypy3-test-processor-baggage -- -ra
1174
1174
1175
- py39-test-opamp-client_ubuntu -latest :
1176
- name : opamp-client 3.9 Ubuntu
1175
+ py39-test-opamp-client-latest_ubuntu -latest :
1176
+ name : opamp-client-latest 3.9 Ubuntu
1177
1177
runs-on : ubuntu-latest
1178
1178
timeout-minutes : 30
1179
1179
steps :
@@ -1189,10 +1189,48 @@ jobs:
1189
1189
run : pip install tox-uv
1190
1190
1191
1191
- name : Run tests
1192
- run : tox -e py39-test-opamp-client -- -ra
1192
+ run : tox -e py39-test-opamp-client-latest -- -ra
1193
1193
1194
- py310-test-opamp-client_ubuntu-latest :
1195
- name : opamp-client 3.10 Ubuntu
1194
+ py39-test-opamp-client-lowest_ubuntu-latest :
1195
+ name : opamp-client-lowest 3.9 Ubuntu
1196
+ runs-on : ubuntu-latest
1197
+ timeout-minutes : 30
1198
+ steps :
1199
+ - name : Checkout repo @ SHA - ${{ github.sha }}
1200
+ uses : actions/checkout@v4
1201
+
1202
+ - name : Set up Python 3.9
1203
+ uses : actions/setup-python@v5
1204
+ with :
1205
+ python-version : " 3.9"
1206
+
1207
+ - name : Install tox
1208
+ run : pip install tox-uv
1209
+
1210
+ - name : Run tests
1211
+ run : tox -e py39-test-opamp-client-lowest -- -ra
1212
+
1213
+ py310-test-opamp-client-latest_ubuntu-latest :
1214
+ name : opamp-client-latest 3.10 Ubuntu
1215
+ runs-on : ubuntu-latest
1216
+ timeout-minutes : 30
1217
+ steps :
1218
+ - name : Checkout repo @ SHA - ${{ github.sha }}
1219
+ uses : actions/checkout@v4
1220
+
1221
+ - name : Set up Python 3.10
1222
+ uses : actions/setup-python@v5
1223
+ with :
1224
+ python-version : " 3.10"
1225
+
1226
+ - name : Install tox
1227
+ run : pip install tox-uv
1228
+
1229
+ - name : Run tests
1230
+ run : tox -e py310-test-opamp-client-latest -- -ra
1231
+
1232
+ py310-test-opamp-client-lowest_ubuntu-latest :
1233
+ name : opamp-client-lowest 3.10 Ubuntu
1196
1234
runs-on : ubuntu-latest
1197
1235
timeout-minutes : 30
1198
1236
steps :
@@ -1208,10 +1246,29 @@ jobs:
1208
1246
run : pip install tox-uv
1209
1247
1210
1248
- name : Run tests
1211
- run : tox -e py310-test-opamp-client -- -ra
1249
+ run : tox -e py310-test-opamp-client-lowest -- -ra
1250
+
1251
+ py311-test-opamp-client-latest_ubuntu-latest :
1252
+ name : opamp-client-latest 3.11 Ubuntu
1253
+ runs-on : ubuntu-latest
1254
+ timeout-minutes : 30
1255
+ steps :
1256
+ - name : Checkout repo @ SHA - ${{ github.sha }}
1257
+ uses : actions/checkout@v4
1258
+
1259
+ - name : Set up Python 3.11
1260
+ uses : actions/setup-python@v5
1261
+ with :
1262
+ python-version : " 3.11"
1263
+
1264
+ - name : Install tox
1265
+ run : pip install tox-uv
1266
+
1267
+ - name : Run tests
1268
+ run : tox -e py311-test-opamp-client-latest -- -ra
1212
1269
1213
- py311-test-opamp-client_ubuntu -latest :
1214
- name : opamp-client 3.11 Ubuntu
1270
+ py311-test-opamp-client-lowest_ubuntu -latest :
1271
+ name : opamp-client-lowest 3.11 Ubuntu
1215
1272
runs-on : ubuntu-latest
1216
1273
timeout-minutes : 30
1217
1274
steps :
@@ -1227,10 +1284,29 @@ jobs:
1227
1284
run : pip install tox-uv
1228
1285
1229
1286
- name : Run tests
1230
- run : tox -e py311-test-opamp-client -- -ra
1287
+ run : tox -e py311-test-opamp-client-lowest -- -ra
1288
+
1289
+ py312-test-opamp-client-latest_ubuntu-latest :
1290
+ name : opamp-client-latest 3.12 Ubuntu
1291
+ runs-on : ubuntu-latest
1292
+ timeout-minutes : 30
1293
+ steps :
1294
+ - name : Checkout repo @ SHA - ${{ github.sha }}
1295
+ uses : actions/checkout@v4
1296
+
1297
+ - name : Set up Python 3.12
1298
+ uses : actions/setup-python@v5
1299
+ with :
1300
+ python-version : " 3.12"
1301
+
1302
+ - name : Install tox
1303
+ run : pip install tox-uv
1304
+
1305
+ - name : Run tests
1306
+ run : tox -e py312-test-opamp-client-latest -- -ra
1231
1307
1232
- py312-test-opamp-client_ubuntu -latest :
1233
- name : opamp-client 3.12 Ubuntu
1308
+ py312-test-opamp-client-lowest_ubuntu -latest :
1309
+ name : opamp-client-lowest 3.12 Ubuntu
1234
1310
runs-on : ubuntu-latest
1235
1311
timeout-minutes : 30
1236
1312
steps :
@@ -1246,10 +1322,29 @@ jobs:
1246
1322
run : pip install tox-uv
1247
1323
1248
1324
- name : Run tests
1249
- run : tox -e py312-test-opamp-client -- -ra
1325
+ run : tox -e py312-test-opamp-client-lowest -- -ra
1326
+
1327
+ py313-test-opamp-client-latest_ubuntu-latest :
1328
+ name : opamp-client-latest 3.13 Ubuntu
1329
+ runs-on : ubuntu-latest
1330
+ timeout-minutes : 30
1331
+ steps :
1332
+ - name : Checkout repo @ SHA - ${{ github.sha }}
1333
+ uses : actions/checkout@v4
1334
+
1335
+ - name : Set up Python 3.13
1336
+ uses : actions/setup-python@v5
1337
+ with :
1338
+ python-version : " 3.13"
1339
+
1340
+ - name : Install tox
1341
+ run : pip install tox-uv
1342
+
1343
+ - name : Run tests
1344
+ run : tox -e py313-test-opamp-client-latest -- -ra
1250
1345
1251
- py313-test-opamp-client_ubuntu -latest :
1252
- name : opamp-client 3.13 Ubuntu
1346
+ py313-test-opamp-client-lowest_ubuntu -latest :
1347
+ name : opamp-client-lowest 3.13 Ubuntu
1253
1348
runs-on : ubuntu-latest
1254
1349
timeout-minutes : 30
1255
1350
steps :
@@ -1265,4 +1360,4 @@ jobs:
1265
1360
run : pip install tox-uv
1266
1361
1267
1362
- name : Run tests
1268
- run : tox -e py313-test-opamp-client -- -ra
1363
+ run : tox -e py313-test-opamp-client-lowest -- -ra
0 commit comments