@@ -2338,6 +2338,114 @@ jobs:
23382338 - name : Run tests
23392339 run : tox -e pypy3-test-instrumentation-pymysql -- -ra
23402340
2341+ py38-test-instrumentation-pymssql_ubuntu-latest :
2342+ name : instrumentation-pymssql 3.8 Ubuntu
2343+ runs-on : ubuntu-latest
2344+ steps :
2345+ - name : Checkout repo @ SHA - ${{ github.sha }}
2346+ uses : actions/checkout@v4
2347+
2348+ - name : Set up Python 3.8
2349+ uses : actions/setup-python@v5
2350+ with :
2351+ python-version : " 3.8"
2352+
2353+ - name : Install tox
2354+ run : pip install tox-uv
2355+
2356+ - name : Run tests
2357+ run : tox -e py38-test-instrumentation-pymssql -- -ra
2358+
2359+ py39-test-instrumentation-pymssql_ubuntu-latest :
2360+ name : instrumentation-pymssql 3.9 Ubuntu
2361+ runs-on : ubuntu-latest
2362+ steps :
2363+ - name : Checkout repo @ SHA - ${{ github.sha }}
2364+ uses : actions/checkout@v4
2365+
2366+ - name : Set up Python 3.9
2367+ uses : actions/setup-python@v5
2368+ with :
2369+ python-version : " 3.9"
2370+
2371+ - name : Install tox
2372+ run : pip install tox-uv
2373+
2374+ - name : Run tests
2375+ run : tox -e py39-test-instrumentation-pymssql -- -ra
2376+
2377+ py310-test-instrumentation-pymssql_ubuntu-latest :
2378+ name : instrumentation-pymssql 3.10 Ubuntu
2379+ runs-on : ubuntu-latest
2380+ steps :
2381+ - name : Checkout repo @ SHA - ${{ github.sha }}
2382+ uses : actions/checkout@v4
2383+
2384+ - name : Set up Python 3.10
2385+ uses : actions/setup-python@v5
2386+ with :
2387+ python-version : " 3.10"
2388+
2389+ - name : Install tox
2390+ run : pip install tox-uv
2391+
2392+ - name : Run tests
2393+ run : tox -e py310-test-instrumentation-pymssql -- -ra
2394+
2395+ py311-test-instrumentation-pymssql_ubuntu-latest :
2396+ name : instrumentation-pymssql 3.11 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.11
2403+ uses : actions/setup-python@v5
2404+ with :
2405+ python-version : " 3.11"
2406+
2407+ - name : Install tox
2408+ run : pip install tox-uv
2409+
2410+ - name : Run tests
2411+ run : tox -e py311-test-instrumentation-pymssql -- -ra
2412+
2413+ py312-test-instrumentation-pymssql_ubuntu-latest :
2414+ name : instrumentation-pymssql 3.12 Ubuntu
2415+ runs-on : ubuntu-latest
2416+ steps :
2417+ - name : Checkout repo @ SHA - ${{ github.sha }}
2418+ uses : actions/checkout@v4
2419+
2420+ - name : Set up Python 3.12
2421+ uses : actions/setup-python@v5
2422+ with :
2423+ python-version : " 3.12"
2424+
2425+ - name : Install tox
2426+ run : pip install tox-uv
2427+
2428+ - name : Run tests
2429+ run : tox -e py312-test-instrumentation-pymssql -- -ra
2430+
2431+ py313-test-instrumentation-pymssql_ubuntu-latest :
2432+ name : instrumentation-pymssql 3.13 Ubuntu
2433+ runs-on : ubuntu-latest
2434+ steps :
2435+ - name : Checkout repo @ SHA - ${{ github.sha }}
2436+ uses : actions/checkout@v4
2437+
2438+ - name : Set up Python 3.13
2439+ uses : actions/setup-python@v5
2440+ with :
2441+ python-version : " 3.13"
2442+
2443+ - name : Install tox
2444+ run : pip install tox-uv
2445+
2446+ - name : Run tests
2447+ run : tox -e py313-test-instrumentation-pymssql -- -ra
2448+
23412449 py38-test-instrumentation-pyramid_ubuntu-latest :
23422450 name : instrumentation-pyramid 3.8 Ubuntu
23432451 runs-on : ubuntu-latest
0 commit comments