@@ -1222,6 +1222,114 @@ jobs:
12221222 - name : Run tests
12231223 run : tox -e py313-test-instrumentation-psycopg2 -- -ra
12241224
1225+ py38-test-instrumentation-psycopg2-binary_ubuntu-latest :
1226+ name : instrumentation-psycopg2-binary 3.8 Ubuntu
1227+ runs-on : ubuntu-latest
1228+ steps :
1229+ - name : Checkout repo @ SHA - ${{ github.sha }}
1230+ uses : actions/checkout@v4
1231+
1232+ - name : Set up Python 3.8
1233+ uses : actions/setup-python@v5
1234+ with :
1235+ python-version : " 3.8"
1236+
1237+ - name : Install tox
1238+ run : pip install tox-uv
1239+
1240+ - name : Run tests
1241+ run : tox -e py38-test-instrumentation-psycopg2-binary -- -ra
1242+
1243+ py39-test-instrumentation-psycopg2-binary_ubuntu-latest :
1244+ name : instrumentation-psycopg2-binary 3.9 Ubuntu
1245+ runs-on : ubuntu-latest
1246+ steps :
1247+ - name : Checkout repo @ SHA - ${{ github.sha }}
1248+ uses : actions/checkout@v4
1249+
1250+ - name : Set up Python 3.9
1251+ uses : actions/setup-python@v5
1252+ with :
1253+ python-version : " 3.9"
1254+
1255+ - name : Install tox
1256+ run : pip install tox-uv
1257+
1258+ - name : Run tests
1259+ run : tox -e py39-test-instrumentation-psycopg2-binary -- -ra
1260+
1261+ py310-test-instrumentation-psycopg2-binary_ubuntu-latest :
1262+ name : instrumentation-psycopg2-binary 3.10 Ubuntu
1263+ runs-on : ubuntu-latest
1264+ steps :
1265+ - name : Checkout repo @ SHA - ${{ github.sha }}
1266+ uses : actions/checkout@v4
1267+
1268+ - name : Set up Python 3.10
1269+ uses : actions/setup-python@v5
1270+ with :
1271+ python-version : " 3.10"
1272+
1273+ - name : Install tox
1274+ run : pip install tox-uv
1275+
1276+ - name : Run tests
1277+ run : tox -e py310-test-instrumentation-psycopg2-binary -- -ra
1278+
1279+ py311-test-instrumentation-psycopg2-binary_ubuntu-latest :
1280+ name : instrumentation-psycopg2-binary 3.11 Ubuntu
1281+ runs-on : ubuntu-latest
1282+ steps :
1283+ - name : Checkout repo @ SHA - ${{ github.sha }}
1284+ uses : actions/checkout@v4
1285+
1286+ - name : Set up Python 3.11
1287+ uses : actions/setup-python@v5
1288+ with :
1289+ python-version : " 3.11"
1290+
1291+ - name : Install tox
1292+ run : pip install tox-uv
1293+
1294+ - name : Run tests
1295+ run : tox -e py311-test-instrumentation-psycopg2-binary -- -ra
1296+
1297+ py312-test-instrumentation-psycopg2-binary_ubuntu-latest :
1298+ name : instrumentation-psycopg2-binary 3.12 Ubuntu
1299+ runs-on : ubuntu-latest
1300+ steps :
1301+ - name : Checkout repo @ SHA - ${{ github.sha }}
1302+ uses : actions/checkout@v4
1303+
1304+ - name : Set up Python 3.12
1305+ uses : actions/setup-python@v5
1306+ with :
1307+ python-version : " 3.12"
1308+
1309+ - name : Install tox
1310+ run : pip install tox-uv
1311+
1312+ - name : Run tests
1313+ run : tox -e py312-test-instrumentation-psycopg2-binary -- -ra
1314+
1315+ py313-test-instrumentation-psycopg2-binary_ubuntu-latest :
1316+ name : instrumentation-psycopg2-binary 3.13 Ubuntu
1317+ runs-on : ubuntu-latest
1318+ steps :
1319+ - name : Checkout repo @ SHA - ${{ github.sha }}
1320+ uses : actions/checkout@v4
1321+
1322+ - name : Set up Python 3.13
1323+ uses : actions/setup-python@v5
1324+ with :
1325+ python-version : " 3.13"
1326+
1327+ - name : Install tox
1328+ run : pip install tox-uv
1329+
1330+ - name : Run tests
1331+ run : tox -e py313-test-instrumentation-psycopg2-binary -- -ra
1332+
12251333 py38-test-instrumentation-psycopg_ubuntu-latest :
12261334 name : instrumentation-psycopg 3.8 Ubuntu
12271335 runs-on : ubuntu-latest
@@ -4407,111 +4515,3 @@ jobs:
44074515
44084516 - name : Run tests
44094517 run : tox -e py38-test-util-http -- -ra
4410-
4411- py39-test-util-http_ubuntu-latest :
4412- name : util-http 3.9 Ubuntu
4413- runs-on : ubuntu-latest
4414- steps :
4415- - name : Checkout repo @ SHA - ${{ github.sha }}
4416- uses : actions/checkout@v4
4417-
4418- - name : Set up Python 3.9
4419- uses : actions/setup-python@v5
4420- with :
4421- python-version : " 3.9"
4422-
4423- - name : Install tox
4424- run : pip install tox-uv
4425-
4426- - name : Run tests
4427- run : tox -e py39-test-util-http -- -ra
4428-
4429- py310-test-util-http_ubuntu-latest :
4430- name : util-http 3.10 Ubuntu
4431- runs-on : ubuntu-latest
4432- steps :
4433- - name : Checkout repo @ SHA - ${{ github.sha }}
4434- uses : actions/checkout@v4
4435-
4436- - name : Set up Python 3.10
4437- uses : actions/setup-python@v5
4438- with :
4439- python-version : " 3.10"
4440-
4441- - name : Install tox
4442- run : pip install tox-uv
4443-
4444- - name : Run tests
4445- run : tox -e py310-test-util-http -- -ra
4446-
4447- py311-test-util-http_ubuntu-latest :
4448- name : util-http 3.11 Ubuntu
4449- runs-on : ubuntu-latest
4450- steps :
4451- - name : Checkout repo @ SHA - ${{ github.sha }}
4452- uses : actions/checkout@v4
4453-
4454- - name : Set up Python 3.11
4455- uses : actions/setup-python@v5
4456- with :
4457- python-version : " 3.11"
4458-
4459- - name : Install tox
4460- run : pip install tox-uv
4461-
4462- - name : Run tests
4463- run : tox -e py311-test-util-http -- -ra
4464-
4465- py312-test-util-http_ubuntu-latest :
4466- name : util-http 3.12 Ubuntu
4467- runs-on : ubuntu-latest
4468- steps :
4469- - name : Checkout repo @ SHA - ${{ github.sha }}
4470- uses : actions/checkout@v4
4471-
4472- - name : Set up Python 3.12
4473- uses : actions/setup-python@v5
4474- with :
4475- python-version : " 3.12"
4476-
4477- - name : Install tox
4478- run : pip install tox-uv
4479-
4480- - name : Run tests
4481- run : tox -e py312-test-util-http -- -ra
4482-
4483- py313-test-util-http_ubuntu-latest :
4484- name : util-http 3.13 Ubuntu
4485- runs-on : ubuntu-latest
4486- steps :
4487- - name : Checkout repo @ SHA - ${{ github.sha }}
4488- uses : actions/checkout@v4
4489-
4490- - name : Set up Python 3.13
4491- uses : actions/setup-python@v5
4492- with :
4493- python-version : " 3.13"
4494-
4495- - name : Install tox
4496- run : pip install tox-uv
4497-
4498- - name : Run tests
4499- run : tox -e py313-test-util-http -- -ra
4500-
4501- pypy3-test-util-http_ubuntu-latest :
4502- name : util-http pypy-3.8 Ubuntu
4503- runs-on : ubuntu-latest
4504- steps :
4505- - name : Checkout repo @ SHA - ${{ github.sha }}
4506- uses : actions/checkout@v4
4507-
4508- - name : Set up Python pypy-3.8
4509- uses : actions/setup-python@v5
4510- with :
4511- python-version : " pypy-3.8"
4512-
4513- - name : Install tox
4514- run : pip install tox-uv
4515-
4516- - name : Run tests
4517- run : tox -e pypy3-test-util-http -- -ra
0 commit comments