@@ -3053,6 +3053,25 @@ jobs:
30533053 - name : Run tests
30543054 run : tox -e py310-test-instrumentation-django-1 -- -ra
30553055
3056+ py310-test-instrumentation-django-3_ubuntu-latest :
3057+ name : instrumentation-django-3 3.10 Ubuntu
3058+ runs-on : ubuntu-latest
3059+ timeout-minutes : 30
3060+ steps :
3061+ - name : Checkout repo @ SHA - ${{ github.sha }}
3062+ uses : actions/checkout@v4
3063+
3064+ - name : Set up Python 3.10
3065+ uses : actions/setup-python@v5
3066+ with :
3067+ python-version : " 3.10"
3068+
3069+ - name : Install tox
3070+ run : pip install tox-uv
3071+
3072+ - name : Run tests
3073+ run : tox -e py310-test-instrumentation-django-3 -- -ra
3074+
30563075 py311-test-instrumentation-django-1_ubuntu-latest :
30573076 name : instrumentation-django-1 3.11 Ubuntu
30583077 runs-on : ubuntu-latest
@@ -3072,6 +3091,25 @@ jobs:
30723091 - name : Run tests
30733092 run : tox -e py311-test-instrumentation-django-1 -- -ra
30743093
3094+ py311-test-instrumentation-django-3_ubuntu-latest :
3095+ name : instrumentation-django-3 3.11 Ubuntu
3096+ runs-on : ubuntu-latest
3097+ timeout-minutes : 30
3098+ steps :
3099+ - name : Checkout repo @ SHA - ${{ github.sha }}
3100+ uses : actions/checkout@v4
3101+
3102+ - name : Set up Python 3.11
3103+ uses : actions/setup-python@v5
3104+ with :
3105+ python-version : " 3.11"
3106+
3107+ - name : Install tox
3108+ run : pip install tox-uv
3109+
3110+ - name : Run tests
3111+ run : tox -e py311-test-instrumentation-django-3 -- -ra
3112+
30753113 py312-test-instrumentation-django-1_ubuntu-latest :
30763114 name : instrumentation-django-1 3.12 Ubuntu
30773115 runs-on : ubuntu-latest
@@ -3091,6 +3129,25 @@ jobs:
30913129 - name : Run tests
30923130 run : tox -e py312-test-instrumentation-django-1 -- -ra
30933131
3132+ py312-test-instrumentation-django-3_ubuntu-latest :
3133+ name : instrumentation-django-3 3.12 Ubuntu
3134+ runs-on : ubuntu-latest
3135+ timeout-minutes : 30
3136+ steps :
3137+ - name : Checkout repo @ SHA - ${{ github.sha }}
3138+ uses : actions/checkout@v4
3139+
3140+ - name : Set up Python 3.12
3141+ uses : actions/setup-python@v5
3142+ with :
3143+ python-version : " 3.12"
3144+
3145+ - name : Install tox
3146+ run : pip install tox-uv
3147+
3148+ - name : Run tests
3149+ run : tox -e py312-test-instrumentation-django-3 -- -ra
3150+
30943151 py313-test-instrumentation-django-3_ubuntu-latest :
30953152 name : instrumentation-django-3 3.13 Ubuntu
30963153 runs-on : ubuntu-latest
@@ -4724,60 +4781,3 @@ jobs:
47244781
47254782 - name : Run tests
47264783 run : tox -e py310-test-instrumentation-flask-2 -- -ra
4727-
4728- py310-test-instrumentation-flask-3_ubuntu-latest :
4729- name : instrumentation-flask-3 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-flask-3 -- -ra
4746-
4747- py311-test-instrumentation-flask-0_ubuntu-latest :
4748- name : instrumentation-flask-0 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-flask-0 -- -ra
4765-
4766- py311-test-instrumentation-flask-1_ubuntu-latest :
4767- name : instrumentation-flask-1 3.11 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.11
4775- uses : actions/setup-python@v5
4776- with :
4777- python-version : " 3.11"
4778-
4779- - name : Install tox
4780- run : pip install tox-uv
4781-
4782- - name : Run tests
4783- run : tox -e py311-test-instrumentation-flask-1 -- -ra
0 commit comments