@@ -1400,25 +1400,6 @@ jobs:
14001400 - name : Run tests
14011401 run : tox -e py39-test-instrumentation-cassandra-driver -- -ra
14021402
1403- py39-test-instrumentation-cassandra-scylla_ubuntu-latest :
1404- name : instrumentation-cassandra-scylla 3.9 Ubuntu
1405- runs-on : ubuntu-latest
1406- timeout-minutes : 30
1407- steps :
1408- - name : Checkout repo @ SHA - ${{ github.sha }}
1409- uses : actions/checkout@v4
1410-
1411- - name : Set up Python 3.9
1412- uses : actions/setup-python@v5
1413- with :
1414- python-version : " 3.9"
1415-
1416- - name : Install tox
1417- run : pip install tox-uv
1418-
1419- - name : Run tests
1420- run : tox -e py39-test-instrumentation-cassandra-scylla -- -ra
1421-
14221403 py310-test-instrumentation-cassandra-driver_ubuntu-latest :
14231404 name : instrumentation-cassandra-driver 3.10 Ubuntu
14241405 runs-on : ubuntu-latest
@@ -1438,25 +1419,6 @@ jobs:
14381419 - name : Run tests
14391420 run : tox -e py310-test-instrumentation-cassandra-driver -- -ra
14401421
1441- py310-test-instrumentation-cassandra-scylla_ubuntu-latest :
1442- name : instrumentation-cassandra-scylla 3.10 Ubuntu
1443- runs-on : ubuntu-latest
1444- timeout-minutes : 30
1445- steps :
1446- - name : Checkout repo @ SHA - ${{ github.sha }}
1447- uses : actions/checkout@v4
1448-
1449- - name : Set up Python 3.10
1450- uses : actions/setup-python@v5
1451- with :
1452- python-version : " 3.10"
1453-
1454- - name : Install tox
1455- run : pip install tox-uv
1456-
1457- - name : Run tests
1458- run : tox -e py310-test-instrumentation-cassandra-scylla -- -ra
1459-
14601422 py311-test-instrumentation-cassandra-driver_ubuntu-latest :
14611423 name : instrumentation-cassandra-driver 3.11 Ubuntu
14621424 runs-on : ubuntu-latest
@@ -1476,119 +1438,119 @@ jobs:
14761438 - name : Run tests
14771439 run : tox -e py311-test-instrumentation-cassandra-driver -- -ra
14781440
1479- py311 -test-instrumentation-cassandra-scylla_ubuntu -latest :
1480- name : instrumentation-cassandra-scylla 3.11 Ubuntu
1441+ py312 -test-instrumentation-cassandra-driver_ubuntu -latest :
1442+ name : instrumentation-cassandra-driver 3.12 Ubuntu
14811443 runs-on : ubuntu-latest
14821444 timeout-minutes : 30
14831445 steps :
14841446 - name : Checkout repo @ SHA - ${{ github.sha }}
14851447 uses : actions/checkout@v4
14861448
1487- - name : Set up Python 3.11
1449+ - name : Set up Python 3.12
14881450 uses : actions/setup-python@v5
14891451 with :
1490- python-version : " 3.11 "
1452+ python-version : " 3.12 "
14911453
14921454 - name : Install tox
14931455 run : pip install tox-uv
14941456
14951457 - name : Run tests
1496- run : tox -e py311 -test-instrumentation-cassandra-scylla -- -ra
1458+ run : tox -e py312 -test-instrumentation-cassandra-driver -- -ra
14971459
1498- py312 -test-instrumentation-cassandra-driver_ubuntu-latest :
1499- name : instrumentation-cassandra-driver 3.12 Ubuntu
1460+ py313 -test-instrumentation-cassandra-driver_ubuntu-latest :
1461+ name : instrumentation-cassandra-driver 3.13 Ubuntu
15001462 runs-on : ubuntu-latest
15011463 timeout-minutes : 30
15021464 steps :
15031465 - name : Checkout repo @ SHA - ${{ github.sha }}
15041466 uses : actions/checkout@v4
15051467
1506- - name : Set up Python 3.12
1468+ - name : Set up Python 3.13
15071469 uses : actions/setup-python@v5
15081470 with :
1509- python-version : " 3.12 "
1471+ python-version : " 3.13 "
15101472
15111473 - name : Install tox
15121474 run : pip install tox-uv
15131475
15141476 - name : Run tests
1515- run : tox -e py312 -test-instrumentation-cassandra-driver -- -ra
1477+ run : tox -e py313 -test-instrumentation-cassandra-driver -- -ra
15161478
1517- py312 -test-instrumentation-cassandra-scylla_ubuntu-latest :
1518- name : instrumentation-cassandra-scylla 3.12 Ubuntu
1479+ py39 -test-instrumentation-cassandra-scylla_ubuntu-latest :
1480+ name : instrumentation-cassandra-scylla 3.9 Ubuntu
15191481 runs-on : ubuntu-latest
15201482 timeout-minutes : 30
15211483 steps :
15221484 - name : Checkout repo @ SHA - ${{ github.sha }}
15231485 uses : actions/checkout@v4
15241486
1525- - name : Set up Python 3.12
1487+ - name : Set up Python 3.9
15261488 uses : actions/setup-python@v5
15271489 with :
1528- python-version : " 3.12 "
1490+ python-version : " 3.9 "
15291491
15301492 - name : Install tox
15311493 run : pip install tox-uv
15321494
15331495 - name : Run tests
1534- run : tox -e py312 -test-instrumentation-cassandra-scylla -- -ra
1496+ run : tox -e py39 -test-instrumentation-cassandra-scylla -- -ra
15351497
1536- py313 -test-instrumentation-cassandra-driver_ubuntu -latest :
1537- name : instrumentation-cassandra-driver 3.13 Ubuntu
1498+ py310 -test-instrumentation-cassandra-scylla_ubuntu -latest :
1499+ name : instrumentation-cassandra-scylla 3.10 Ubuntu
15381500 runs-on : ubuntu-latest
15391501 timeout-minutes : 30
15401502 steps :
15411503 - name : Checkout repo @ SHA - ${{ github.sha }}
15421504 uses : actions/checkout@v4
15431505
1544- - name : Set up Python 3.13
1506+ - name : Set up Python 3.10
15451507 uses : actions/setup-python@v5
15461508 with :
1547- python-version : " 3.13 "
1509+ python-version : " 3.10 "
15481510
15491511 - name : Install tox
15501512 run : pip install tox-uv
15511513
15521514 - name : Run tests
1553- run : tox -e py313 -test-instrumentation-cassandra-driver -- -ra
1515+ run : tox -e py310 -test-instrumentation-cassandra-scylla -- -ra
15541516
1555- py313 -test-instrumentation-cassandra-scylla_ubuntu-latest :
1556- name : instrumentation-cassandra-scylla 3.13 Ubuntu
1517+ py311 -test-instrumentation-cassandra-scylla_ubuntu-latest :
1518+ name : instrumentation-cassandra-scylla 3.11 Ubuntu
15571519 runs-on : ubuntu-latest
15581520 timeout-minutes : 30
15591521 steps :
15601522 - name : Checkout repo @ SHA - ${{ github.sha }}
15611523 uses : actions/checkout@v4
15621524
1563- - name : Set up Python 3.13
1525+ - name : Set up Python 3.11
15641526 uses : actions/setup-python@v5
15651527 with :
1566- python-version : " 3.13 "
1528+ python-version : " 3.11 "
15671529
15681530 - name : Install tox
15691531 run : pip install tox-uv
15701532
15711533 - name : Run tests
1572- run : tox -e py313 -test-instrumentation-cassandra-scylla -- -ra
1534+ run : tox -e py311 -test-instrumentation-cassandra-scylla -- -ra
15731535
1574- pypy3 -test-instrumentation-cassandra-driver_ubuntu -latest :
1575- name : instrumentation-cassandra-driver pypy-3.9 Ubuntu
1536+ py312 -test-instrumentation-cassandra-scylla_ubuntu -latest :
1537+ name : instrumentation-cassandra-scylla 3.12 Ubuntu
15761538 runs-on : ubuntu-latest
15771539 timeout-minutes : 30
15781540 steps :
15791541 - name : Checkout repo @ SHA - ${{ github.sha }}
15801542 uses : actions/checkout@v4
15811543
1582- - name : Set up Python pypy-3.9
1544+ - name : Set up Python 3.12
15831545 uses : actions/setup-python@v5
15841546 with :
1585- python-version : " pypy-3.9 "
1547+ python-version : " 3.12 "
15861548
15871549 - name : Install tox
15881550 run : pip install tox-uv
15891551
15901552 - name : Run tests
1591- run : tox -e pypy3 -test-instrumentation-cassandra-driver -- -ra
1553+ run : tox -e py312 -test-instrumentation-cassandra-scylla -- -ra
15921554
15931555 pypy3-test-instrumentation-cassandra-scylla_ubuntu-latest :
15941556 name : instrumentation-cassandra-scylla pypy-3.9 Ubuntu
0 commit comments