@@ -1852,24 +1852,6 @@ jobs:
1852
1852
- name : Run tests
1853
1853
run : tox -e py312-test-instrumentation-pyramid -- -ra
1854
1854
1855
- py313-test-instrumentation-pyramid_ubuntu-latest :
1856
- name : instrumentation-pyramid 3.13 Ubuntu
1857
- runs-on : ubuntu-latest
1858
- steps :
1859
- - name : Checkout repo @ SHA - ${{ github.sha }}
1860
- uses : actions/checkout@v4
1861
-
1862
- - name : Set up Python 3.13
1863
- uses : actions/setup-python@v5
1864
- with :
1865
- python-version : " 3.13"
1866
-
1867
- - name : Install tox
1868
- run : pip install tox
1869
-
1870
- - name : Run tests
1871
- run : tox -e py313-test-instrumentation-pyramid -- -ra
1872
-
1873
1855
pypy3-test-instrumentation-pyramid_ubuntu-latest :
1874
1856
name : instrumentation-pyramid pypy-3.8 Ubuntu
1875
1857
runs-on : ubuntu-latest
@@ -2392,24 +2374,6 @@ jobs:
2392
2374
- name : Run tests
2393
2375
run : tox -e py38-test-instrumentation-grpc-0 -- -ra
2394
2376
2395
- py38-test-instrumentation-grpc-1_ubuntu-latest :
2396
- name : instrumentation-grpc-1 3.8 Ubuntu
2397
- runs-on : ubuntu-latest
2398
- steps :
2399
- - name : Checkout repo @ SHA - ${{ github.sha }}
2400
- uses : actions/checkout@v4
2401
-
2402
- - name : Set up Python 3.8
2403
- uses : actions/setup-python@v5
2404
- with :
2405
- python-version : " 3.8"
2406
-
2407
- - name : Install tox
2408
- run : pip install tox
2409
-
2410
- - name : Run tests
2411
- run : tox -e py38-test-instrumentation-grpc-1 -- -ra
2412
-
2413
2377
py39-test-instrumentation-grpc-0_ubuntu-latest :
2414
2378
name : instrumentation-grpc-0 3.9 Ubuntu
2415
2379
runs-on : ubuntu-latest
@@ -2428,149 +2392,149 @@ jobs:
2428
2392
- name : Run tests
2429
2393
run : tox -e py39-test-instrumentation-grpc-0 -- -ra
2430
2394
2431
- py39 -test-instrumentation-grpc-1_ubuntu -latest :
2432
- name : instrumentation-grpc-1 3.9 Ubuntu
2395
+ py310 -test-instrumentation-grpc-0_ubuntu -latest :
2396
+ name : instrumentation-grpc-0 3.10 Ubuntu
2433
2397
runs-on : ubuntu-latest
2434
2398
steps :
2435
2399
- name : Checkout repo @ SHA - ${{ github.sha }}
2436
2400
uses : actions/checkout@v4
2437
2401
2438
- - name : Set up Python 3.9
2402
+ - name : Set up Python 3.10
2439
2403
uses : actions/setup-python@v5
2440
2404
with :
2441
- python-version : " 3.9 "
2405
+ python-version : " 3.10 "
2442
2406
2443
2407
- name : Install tox
2444
2408
run : pip install tox
2445
2409
2446
2410
- name : Run tests
2447
- run : tox -e py39 -test-instrumentation-grpc-1 -- -ra
2411
+ run : tox -e py310 -test-instrumentation-grpc-0 -- -ra
2448
2412
2449
- py310 -test-instrumentation-grpc-0_ubuntu-latest :
2450
- name : instrumentation-grpc-0 3.10 Ubuntu
2413
+ py311 -test-instrumentation-grpc-0_ubuntu-latest :
2414
+ name : instrumentation-grpc-0 3.11 Ubuntu
2451
2415
runs-on : ubuntu-latest
2452
2416
steps :
2453
2417
- name : Checkout repo @ SHA - ${{ github.sha }}
2454
2418
uses : actions/checkout@v4
2455
2419
2456
- - name : Set up Python 3.10
2420
+ - name : Set up Python 3.11
2457
2421
uses : actions/setup-python@v5
2458
2422
with :
2459
- python-version : " 3.10 "
2423
+ python-version : " 3.11 "
2460
2424
2461
2425
- name : Install tox
2462
2426
run : pip install tox
2463
2427
2464
2428
- name : Run tests
2465
- run : tox -e py310 -test-instrumentation-grpc-0 -- -ra
2429
+ run : tox -e py311 -test-instrumentation-grpc-0 -- -ra
2466
2430
2467
- py310 -test-instrumentation-grpc-1_ubuntu -latest :
2468
- name : instrumentation-grpc-1 3.10 Ubuntu
2431
+ py312 -test-instrumentation-grpc-0_ubuntu -latest :
2432
+ name : instrumentation-grpc-0 3.12 Ubuntu
2469
2433
runs-on : ubuntu-latest
2470
2434
steps :
2471
2435
- name : Checkout repo @ SHA - ${{ github.sha }}
2472
2436
uses : actions/checkout@v4
2473
2437
2474
- - name : Set up Python 3.10
2438
+ - name : Set up Python 3.12
2475
2439
uses : actions/setup-python@v5
2476
2440
with :
2477
- python-version : " 3.10 "
2441
+ python-version : " 3.12 "
2478
2442
2479
2443
- name : Install tox
2480
2444
run : pip install tox
2481
2445
2482
2446
- name : Run tests
2483
- run : tox -e py310 -test-instrumentation-grpc-1 -- -ra
2447
+ run : tox -e py312 -test-instrumentation-grpc-0 -- -ra
2484
2448
2485
- py311 -test-instrumentation-grpc-0_ubuntu -latest :
2486
- name : instrumentation-grpc-0 3.11 Ubuntu
2449
+ py38 -test-instrumentation-grpc-1_ubuntu -latest :
2450
+ name : instrumentation-grpc-1 3.8 Ubuntu
2487
2451
runs-on : ubuntu-latest
2488
2452
steps :
2489
2453
- name : Checkout repo @ SHA - ${{ github.sha }}
2490
2454
uses : actions/checkout@v4
2491
2455
2492
- - name : Set up Python 3.11
2456
+ - name : Set up Python 3.8
2493
2457
uses : actions/setup-python@v5
2494
2458
with :
2495
- python-version : " 3.11 "
2459
+ python-version : " 3.8 "
2496
2460
2497
2461
- name : Install tox
2498
2462
run : pip install tox
2499
2463
2500
2464
- name : Run tests
2501
- run : tox -e py311 -test-instrumentation-grpc-0 -- -ra
2465
+ run : tox -e py38 -test-instrumentation-grpc-1 -- -ra
2502
2466
2503
- py311 -test-instrumentation-grpc-1_ubuntu-latest :
2504
- name : instrumentation-grpc-1 3.11 Ubuntu
2467
+ py39 -test-instrumentation-grpc-1_ubuntu-latest :
2468
+ name : instrumentation-grpc-1 3.9 Ubuntu
2505
2469
runs-on : ubuntu-latest
2506
2470
steps :
2507
2471
- name : Checkout repo @ SHA - ${{ github.sha }}
2508
2472
uses : actions/checkout@v4
2509
2473
2510
- - name : Set up Python 3.11
2474
+ - name : Set up Python 3.9
2511
2475
uses : actions/setup-python@v5
2512
2476
with :
2513
- python-version : " 3.11 "
2477
+ python-version : " 3.9 "
2514
2478
2515
2479
- name : Install tox
2516
2480
run : pip install tox
2517
2481
2518
2482
- name : Run tests
2519
- run : tox -e py311 -test-instrumentation-grpc-1 -- -ra
2483
+ run : tox -e py39 -test-instrumentation-grpc-1 -- -ra
2520
2484
2521
- py312 -test-instrumentation-grpc-0_ubuntu -latest :
2522
- name : instrumentation-grpc-0 3.12 Ubuntu
2485
+ py310 -test-instrumentation-grpc-1_ubuntu -latest :
2486
+ name : instrumentation-grpc-1 3.10 Ubuntu
2523
2487
runs-on : ubuntu-latest
2524
2488
steps :
2525
2489
- name : Checkout repo @ SHA - ${{ github.sha }}
2526
2490
uses : actions/checkout@v4
2527
2491
2528
- - name : Set up Python 3.12
2492
+ - name : Set up Python 3.10
2529
2493
uses : actions/setup-python@v5
2530
2494
with :
2531
- python-version : " 3.12 "
2495
+ python-version : " 3.10 "
2532
2496
2533
2497
- name : Install tox
2534
2498
run : pip install tox
2535
2499
2536
2500
- name : Run tests
2537
- run : tox -e py312 -test-instrumentation-grpc-0 -- -ra
2501
+ run : tox -e py310 -test-instrumentation-grpc-1 -- -ra
2538
2502
2539
- py312 -test-instrumentation-grpc-1_ubuntu-latest :
2540
- name : instrumentation-grpc-1 3.12 Ubuntu
2503
+ py311 -test-instrumentation-grpc-1_ubuntu-latest :
2504
+ name : instrumentation-grpc-1 3.11 Ubuntu
2541
2505
runs-on : ubuntu-latest
2542
2506
steps :
2543
2507
- name : Checkout repo @ SHA - ${{ github.sha }}
2544
2508
uses : actions/checkout@v4
2545
2509
2546
- - name : Set up Python 3.12
2510
+ - name : Set up Python 3.11
2547
2511
uses : actions/setup-python@v5
2548
2512
with :
2549
- python-version : " 3.12 "
2513
+ python-version : " 3.11 "
2550
2514
2551
2515
- name : Install tox
2552
2516
run : pip install tox
2553
2517
2554
2518
- name : Run tests
2555
- run : tox -e py312 -test-instrumentation-grpc-1 -- -ra
2519
+ run : tox -e py311 -test-instrumentation-grpc-1 -- -ra
2556
2520
2557
- py313 -test-instrumentation-grpc-0_ubuntu -latest :
2558
- name : instrumentation-grpc-0 3.13 Ubuntu
2521
+ py312 -test-instrumentation-grpc-1_ubuntu -latest :
2522
+ name : instrumentation-grpc-1 3.12 Ubuntu
2559
2523
runs-on : ubuntu-latest
2560
2524
steps :
2561
2525
- name : Checkout repo @ SHA - ${{ github.sha }}
2562
2526
uses : actions/checkout@v4
2563
2527
2564
- - name : Set up Python 3.13
2528
+ - name : Set up Python 3.12
2565
2529
uses : actions/setup-python@v5
2566
2530
with :
2567
- python-version : " 3.13 "
2531
+ python-version : " 3.12 "
2568
2532
2569
2533
- name : Install tox
2570
2534
run : pip install tox
2571
2535
2572
2536
- name : Run tests
2573
- run : tox -e py313 -test-instrumentation-grpc-0 -- -ra
2537
+ run : tox -e py312 -test-instrumentation-grpc-1 -- -ra
2574
2538
2575
2539
py313-test-instrumentation-grpc-1_ubuntu-latest :
2576
2540
name : instrumentation-grpc-1 3.13 Ubuntu
@@ -3904,24 +3868,6 @@ jobs:
3904
3868
- name : Run tests
3905
3869
run : tox -e py312-test-instrumentation-httpx-1 -- -ra
3906
3870
3907
- py313-test-instrumentation-httpx-0_ubuntu-latest :
3908
- name : instrumentation-httpx-0 3.13 Ubuntu
3909
- runs-on : ubuntu-latest
3910
- steps :
3911
- - name : Checkout repo @ SHA - ${{ github.sha }}
3912
- uses : actions/checkout@v4
3913
-
3914
- - name : Set up Python 3.13
3915
- uses : actions/setup-python@v5
3916
- with :
3917
- python-version : " 3.13"
3918
-
3919
- - name : Install tox
3920
- run : pip install tox
3921
-
3922
- - name : Run tests
3923
- run : tox -e py313-test-instrumentation-httpx-0 -- -ra
3924
-
3925
3871
py313-test-instrumentation-httpx-1_ubuntu-latest :
3926
3872
name : instrumentation-httpx-1 3.13 Ubuntu
3927
3873
runs-on : ubuntu-latest
@@ -4515,3 +4461,57 @@ jobs:
4515
4461
4516
4462
- name : Run tests
4517
4463
run : tox -e py38-test-instrumentation-sio-pika-1 -- -ra
4464
+
4465
+ py39-test-instrumentation-sio-pika-0_ubuntu-latest :
4466
+ name : instrumentation-sio-pika-0 3.9 Ubuntu
4467
+ runs-on : ubuntu-latest
4468
+ steps :
4469
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4470
+ uses : actions/checkout@v4
4471
+
4472
+ - name : Set up Python 3.9
4473
+ uses : actions/setup-python@v5
4474
+ with :
4475
+ python-version : " 3.9"
4476
+
4477
+ - name : Install tox
4478
+ run : pip install tox
4479
+
4480
+ - name : Run tests
4481
+ run : tox -e py39-test-instrumentation-sio-pika-0 -- -ra
4482
+
4483
+ py39-test-instrumentation-sio-pika-1_ubuntu-latest :
4484
+ name : instrumentation-sio-pika-1 3.9 Ubuntu
4485
+ runs-on : ubuntu-latest
4486
+ steps :
4487
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4488
+ uses : actions/checkout@v4
4489
+
4490
+ - name : Set up Python 3.9
4491
+ uses : actions/setup-python@v5
4492
+ with :
4493
+ python-version : " 3.9"
4494
+
4495
+ - name : Install tox
4496
+ run : pip install tox
4497
+
4498
+ - name : Run tests
4499
+ run : tox -e py39-test-instrumentation-sio-pika-1 -- -ra
4500
+
4501
+ py310-test-instrumentation-sio-pika-0_ubuntu-latest :
4502
+ name : instrumentation-sio-pika-0 3.10 Ubuntu
4503
+ runs-on : ubuntu-latest
4504
+ steps :
4505
+ - name : Checkout repo @ SHA - ${{ github.sha }}
4506
+ uses : actions/checkout@v4
4507
+
4508
+ - name : Set up Python 3.10
4509
+ uses : actions/setup-python@v5
4510
+ with :
4511
+ python-version : " 3.10"
4512
+
4513
+ - name : Install tox
4514
+ run : pip install tox
4515
+
4516
+ - name : Run tests
4517
+ run : tox -e py310-test-instrumentation-sio-pika-0 -- -ra
0 commit comments