@@ -716,44 +716,6 @@ jobs:
716716 - name : Run tests
717717 run : tox -e py313-test-instrumentation-urllib3-1 -- -ra
718718
719- py314-test-instrumentation-urllib3-0_ubuntu-latest :
720- name : instrumentation-urllib3-0 3.14 Ubuntu
721- runs-on : ubuntu-latest
722- timeout-minutes : 30
723- steps :
724- - name : Checkout repo @ SHA - ${{ github.sha }}
725- uses : actions/checkout@v4
726-
727- - name : Set up Python 3.14
728- uses : actions/setup-python@v5
729- with :
730- python-version : " 3.14"
731-
732- - name : Install tox
733- run : pip install tox-uv
734-
735- - name : Run tests
736- run : tox -e py314-test-instrumentation-urllib3-0 -- -ra
737-
738- py314-test-instrumentation-urllib3-1_ubuntu-latest :
739- name : instrumentation-urllib3-1 3.14 Ubuntu
740- runs-on : ubuntu-latest
741- timeout-minutes : 30
742- steps :
743- - name : Checkout repo @ SHA - ${{ github.sha }}
744- uses : actions/checkout@v4
745-
746- - name : Set up Python 3.14
747- uses : actions/setup-python@v5
748- with :
749- python-version : " 3.14"
750-
751- - name : Install tox
752- run : pip install tox-uv
753-
754- - name : Run tests
755- run : tox -e py314-test-instrumentation-urllib3-1 -- -ra
756-
757719 pypy3-test-instrumentation-urllib3-0_ubuntu-latest :
758720 name : instrumentation-urllib3-0 pypy-3.9 Ubuntu
759721 runs-on : ubuntu-latest
@@ -4535,25 +4497,6 @@ jobs:
45354497 - name : Run tests
45364498 run : tox -e py313-test-instrumentation-sqlalchemy-2 -- -ra
45374499
4538- py314-test-instrumentation-sqlalchemy-1_ubuntu-latest :
4539- name : instrumentation-sqlalchemy-1 3.14 Ubuntu
4540- runs-on : ubuntu-latest
4541- timeout-minutes : 30
4542- steps :
4543- - name : Checkout repo @ SHA - ${{ github.sha }}
4544- uses : actions/checkout@v4
4545-
4546- - name : Set up Python 3.14
4547- uses : actions/setup-python@v5
4548- with :
4549- python-version : " 3.14"
4550-
4551- - name : Install tox
4552- run : pip install tox-uv
4553-
4554- - name : Run tests
4555- run : tox -e py314-test-instrumentation-sqlalchemy-1 -- -ra
4556-
45574500 py314-test-instrumentation-sqlalchemy-2_ubuntu-latest :
45584501 name : instrumentation-sqlalchemy-2 3.14 Ubuntu
45594502 runs-on : ubuntu-latest
@@ -4781,3 +4724,60 @@ jobs:
47814724
47824725 - name : Run tests
47834726 run : tox -e py39-test-instrumentation-remoulade -- -ra
4727+
4728+ py310-test-instrumentation-remoulade_ubuntu-latest :
4729+ name : instrumentation-remoulade 3.10 Ubuntu
4730+ runs-on : ubuntu-latest
4731+ timeout-minutes : 30
4732+ steps :
4733+ - name : Checkout repo @ SHA - ${{ github.sha }}
4734+ uses : actions/checkout@v4
4735+
4736+ - name : Set up Python 3.10
4737+ uses : actions/setup-python@v5
4738+ with :
4739+ python-version : " 3.10"
4740+
4741+ - name : Install tox
4742+ run : pip install tox-uv
4743+
4744+ - name : Run tests
4745+ run : tox -e py310-test-instrumentation-remoulade -- -ra
4746+
4747+ py311-test-instrumentation-remoulade_ubuntu-latest :
4748+ name : instrumentation-remoulade 3.11 Ubuntu
4749+ runs-on : ubuntu-latest
4750+ timeout-minutes : 30
4751+ steps :
4752+ - name : Checkout repo @ SHA - ${{ github.sha }}
4753+ uses : actions/checkout@v4
4754+
4755+ - name : Set up Python 3.11
4756+ uses : actions/setup-python@v5
4757+ with :
4758+ python-version : " 3.11"
4759+
4760+ - name : Install tox
4761+ run : pip install tox-uv
4762+
4763+ - name : Run tests
4764+ run : tox -e py311-test-instrumentation-remoulade -- -ra
4765+
4766+ py312-test-instrumentation-remoulade_ubuntu-latest :
4767+ name : instrumentation-remoulade 3.12 Ubuntu
4768+ runs-on : ubuntu-latest
4769+ timeout-minutes : 30
4770+ steps :
4771+ - name : Checkout repo @ SHA - ${{ github.sha }}
4772+ uses : actions/checkout@v4
4773+
4774+ - name : Set up Python 3.12
4775+ uses : actions/setup-python@v5
4776+ with :
4777+ python-version : " 3.12"
4778+
4779+ - name : Install tox
4780+ run : pip install tox-uv
4781+
4782+ - name : Run tests
4783+ run : tox -e py312-test-instrumentation-remoulade -- -ra
0 commit comments