@@ -6142,6 +6142,120 @@ jobs:
61426142 - name : Run tests
61436143 run : tox -e pypy3-test-instrumentation-logging -- -ra
61446144
6145+ py310-test-instrumentation-exceptions_ubuntu-latest :
6146+ name : instrumentation-exceptions 3.10 Ubuntu
6147+ runs-on : ubuntu-latest
6148+ timeout-minutes : 30
6149+ steps :
6150+ - name : Checkout repo @ SHA - ${{ github.sha }}
6151+ uses : actions/checkout@v4
6152+
6153+ - name : Set up Python 3.10
6154+ uses : actions/setup-python@v5
6155+ with :
6156+ python-version : " 3.10"
6157+
6158+ - name : Install tox
6159+ run : pip install tox-uv
6160+
6161+ - name : Run tests
6162+ run : tox -e py310-test-instrumentation-exceptions -- -ra
6163+
6164+ py311-test-instrumentation-exceptions_ubuntu-latest :
6165+ name : instrumentation-exceptions 3.11 Ubuntu
6166+ runs-on : ubuntu-latest
6167+ timeout-minutes : 30
6168+ steps :
6169+ - name : Checkout repo @ SHA - ${{ github.sha }}
6170+ uses : actions/checkout@v4
6171+
6172+ - name : Set up Python 3.11
6173+ uses : actions/setup-python@v5
6174+ with :
6175+ python-version : " 3.11"
6176+
6177+ - name : Install tox
6178+ run : pip install tox-uv
6179+
6180+ - name : Run tests
6181+ run : tox -e py311-test-instrumentation-exceptions -- -ra
6182+
6183+ py312-test-instrumentation-exceptions_ubuntu-latest :
6184+ name : instrumentation-exceptions 3.12 Ubuntu
6185+ runs-on : ubuntu-latest
6186+ timeout-minutes : 30
6187+ steps :
6188+ - name : Checkout repo @ SHA - ${{ github.sha }}
6189+ uses : actions/checkout@v4
6190+
6191+ - name : Set up Python 3.12
6192+ uses : actions/setup-python@v5
6193+ with :
6194+ python-version : " 3.12"
6195+
6196+ - name : Install tox
6197+ run : pip install tox-uv
6198+
6199+ - name : Run tests
6200+ run : tox -e py312-test-instrumentation-exceptions -- -ra
6201+
6202+ py313-test-instrumentation-exceptions_ubuntu-latest :
6203+ name : instrumentation-exceptions 3.13 Ubuntu
6204+ runs-on : ubuntu-latest
6205+ timeout-minutes : 30
6206+ steps :
6207+ - name : Checkout repo @ SHA - ${{ github.sha }}
6208+ uses : actions/checkout@v4
6209+
6210+ - name : Set up Python 3.13
6211+ uses : actions/setup-python@v5
6212+ with :
6213+ python-version : " 3.13"
6214+
6215+ - name : Install tox
6216+ run : pip install tox-uv
6217+
6218+ - name : Run tests
6219+ run : tox -e py313-test-instrumentation-exceptions -- -ra
6220+
6221+ py314-test-instrumentation-exceptions_ubuntu-latest :
6222+ name : instrumentation-exceptions 3.14 Ubuntu
6223+ runs-on : ubuntu-latest
6224+ timeout-minutes : 30
6225+ steps :
6226+ - name : Checkout repo @ SHA - ${{ github.sha }}
6227+ uses : actions/checkout@v4
6228+
6229+ - name : Set up Python 3.14
6230+ uses : actions/setup-python@v5
6231+ with :
6232+ python-version : " 3.14"
6233+
6234+ - name : Install tox
6235+ run : pip install tox-uv
6236+
6237+ - name : Run tests
6238+ run : tox -e py314-test-instrumentation-exceptions -- -ra
6239+
6240+ pypy3-test-instrumentation-exceptions_ubuntu-latest :
6241+ name : instrumentation-exceptions pypy-3.10 Ubuntu
6242+ runs-on : ubuntu-latest
6243+ timeout-minutes : 30
6244+ steps :
6245+ - name : Checkout repo @ SHA - ${{ github.sha }}
6246+ uses : actions/checkout@v4
6247+
6248+ - name : Set up Python pypy-3.10
6249+ uses : actions/setup-python@v5
6250+ with :
6251+ python-version : " pypy-3.10"
6252+
6253+ - name : Install tox
6254+ run : pip install tox-uv
6255+
6256+ - name : Run tests
6257+ run : tox -e pypy3-test-instrumentation-exceptions -- -ra
6258+
61456259 py310-test-exporter-richconsole_ubuntu-latest :
61466260 name : exporter-richconsole 3.10 Ubuntu
61476261 runs-on : ubuntu-latest
0 commit comments