Skip to content

Commit fd07c37

Browse files
fix checks
1 parent fab1022 commit fd07c37

File tree

13 files changed

+471
-269
lines changed

13 files changed

+471
-269
lines changed

.github/workflows/lint_0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,10 @@ jobs:
591591
- name: Checkout repo @ SHA - ${{ github.sha }}
592592
uses: actions/checkout@v4
593593

594-
- name: Set up Python 3.13
594+
- name: Set up Python 3.14
595595
uses: actions/setup-python@v5
596596
with:
597-
python-version: "3.13"
597+
python-version: "3.14"
598598

599599
- name: Install tox
600600
run: pip install tox-uv

.github/workflows/test_1.yml

Lines changed: 114 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,120 @@ jobs:
17991799
- name: Run tests
18001800
run: tox -e pypy3-test-instrumentation-starlette-latest -- -ra
18011801

1802+
py39-test-instrumentation-structlog_ubuntu-latest:
1803+
name: instrumentation-structlog 3.9 Ubuntu
1804+
runs-on: ubuntu-latest
1805+
timeout-minutes: 30
1806+
steps:
1807+
- name: Checkout repo @ SHA - ${{ github.sha }}
1808+
uses: actions/checkout@v4
1809+
1810+
- name: Set up Python 3.9
1811+
uses: actions/setup-python@v5
1812+
with:
1813+
python-version: "3.9"
1814+
1815+
- name: Install tox
1816+
run: pip install tox-uv
1817+
1818+
- name: Run tests
1819+
run: tox -e py39-test-instrumentation-structlog -- -ra
1820+
1821+
py310-test-instrumentation-structlog_ubuntu-latest:
1822+
name: instrumentation-structlog 3.10 Ubuntu
1823+
runs-on: ubuntu-latest
1824+
timeout-minutes: 30
1825+
steps:
1826+
- name: Checkout repo @ SHA - ${{ github.sha }}
1827+
uses: actions/checkout@v4
1828+
1829+
- name: Set up Python 3.10
1830+
uses: actions/setup-python@v5
1831+
with:
1832+
python-version: "3.10"
1833+
1834+
- name: Install tox
1835+
run: pip install tox-uv
1836+
1837+
- name: Run tests
1838+
run: tox -e py310-test-instrumentation-structlog -- -ra
1839+
1840+
py311-test-instrumentation-structlog_ubuntu-latest:
1841+
name: instrumentation-structlog 3.11 Ubuntu
1842+
runs-on: ubuntu-latest
1843+
timeout-minutes: 30
1844+
steps:
1845+
- name: Checkout repo @ SHA - ${{ github.sha }}
1846+
uses: actions/checkout@v4
1847+
1848+
- name: Set up Python 3.11
1849+
uses: actions/setup-python@v5
1850+
with:
1851+
python-version: "3.11"
1852+
1853+
- name: Install tox
1854+
run: pip install tox-uv
1855+
1856+
- name: Run tests
1857+
run: tox -e py311-test-instrumentation-structlog -- -ra
1858+
1859+
py312-test-instrumentation-structlog_ubuntu-latest:
1860+
name: instrumentation-structlog 3.12 Ubuntu
1861+
runs-on: ubuntu-latest
1862+
timeout-minutes: 30
1863+
steps:
1864+
- name: Checkout repo @ SHA - ${{ github.sha }}
1865+
uses: actions/checkout@v4
1866+
1867+
- name: Set up Python 3.12
1868+
uses: actions/setup-python@v5
1869+
with:
1870+
python-version: "3.12"
1871+
1872+
- name: Install tox
1873+
run: pip install tox-uv
1874+
1875+
- name: Run tests
1876+
run: tox -e py312-test-instrumentation-structlog -- -ra
1877+
1878+
py313-test-instrumentation-structlog_ubuntu-latest:
1879+
name: instrumentation-structlog 3.13 Ubuntu
1880+
runs-on: ubuntu-latest
1881+
timeout-minutes: 30
1882+
steps:
1883+
- name: Checkout repo @ SHA - ${{ github.sha }}
1884+
uses: actions/checkout@v4
1885+
1886+
- name: Set up Python 3.13
1887+
uses: actions/setup-python@v5
1888+
with:
1889+
python-version: "3.13"
1890+
1891+
- name: Install tox
1892+
run: pip install tox-uv
1893+
1894+
- name: Run tests
1895+
run: tox -e py313-test-instrumentation-structlog -- -ra
1896+
1897+
pypy3-test-instrumentation-structlog_ubuntu-latest:
1898+
name: instrumentation-structlog pypy-3.9 Ubuntu
1899+
runs-on: ubuntu-latest
1900+
timeout-minutes: 30
1901+
steps:
1902+
- name: Checkout repo @ SHA - ${{ github.sha }}
1903+
uses: actions/checkout@v4
1904+
1905+
- name: Set up Python pypy-3.9
1906+
uses: actions/setup-python@v5
1907+
with:
1908+
python-version: "pypy-3.9"
1909+
1910+
- name: Install tox
1911+
run: pip install tox-uv
1912+
1913+
- name: Run tests
1914+
run: tox -e pypy3-test-instrumentation-structlog -- -ra
1915+
18021916
py39-test-instrumentation-jinja2_ubuntu-latest:
18031917
name: instrumentation-jinja2 3.9 Ubuntu
18041918
runs-on: ubuntu-latest
@@ -4667,117 +4781,3 @@ jobs:
46674781

46684782
- name: Run tests
46694783
run: tox -e py310-test-instrumentation-sqlite3 -- -ra
4670-
4671-
py311-test-instrumentation-sqlite3_ubuntu-latest:
4672-
name: instrumentation-sqlite3 3.11 Ubuntu
4673-
runs-on: ubuntu-latest
4674-
timeout-minutes: 30
4675-
steps:
4676-
- name: Checkout repo @ SHA - ${{ github.sha }}
4677-
uses: actions/checkout@v4
4678-
4679-
- name: Set up Python 3.11
4680-
uses: actions/setup-python@v5
4681-
with:
4682-
python-version: "3.11"
4683-
4684-
- name: Install tox
4685-
run: pip install tox-uv
4686-
4687-
- name: Run tests
4688-
run: tox -e py311-test-instrumentation-sqlite3 -- -ra
4689-
4690-
py312-test-instrumentation-sqlite3_ubuntu-latest:
4691-
name: instrumentation-sqlite3 3.12 Ubuntu
4692-
runs-on: ubuntu-latest
4693-
timeout-minutes: 30
4694-
steps:
4695-
- name: Checkout repo @ SHA - ${{ github.sha }}
4696-
uses: actions/checkout@v4
4697-
4698-
- name: Set up Python 3.12
4699-
uses: actions/setup-python@v5
4700-
with:
4701-
python-version: "3.12"
4702-
4703-
- name: Install tox
4704-
run: pip install tox-uv
4705-
4706-
- name: Run tests
4707-
run: tox -e py312-test-instrumentation-sqlite3 -- -ra
4708-
4709-
py313-test-instrumentation-sqlite3_ubuntu-latest:
4710-
name: instrumentation-sqlite3 3.13 Ubuntu
4711-
runs-on: ubuntu-latest
4712-
timeout-minutes: 30
4713-
steps:
4714-
- name: Checkout repo @ SHA - ${{ github.sha }}
4715-
uses: actions/checkout@v4
4716-
4717-
- name: Set up Python 3.13
4718-
uses: actions/setup-python@v5
4719-
with:
4720-
python-version: "3.13"
4721-
4722-
- name: Install tox
4723-
run: pip install tox-uv
4724-
4725-
- name: Run tests
4726-
run: tox -e py313-test-instrumentation-sqlite3 -- -ra
4727-
4728-
py314-test-instrumentation-sqlite3_ubuntu-latest:
4729-
name: instrumentation-sqlite3 3.14 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.14
4737-
uses: actions/setup-python@v5
4738-
with:
4739-
python-version: "3.14"
4740-
4741-
- name: Install tox
4742-
run: pip install tox-uv
4743-
4744-
- name: Run tests
4745-
run: tox -e py314-test-instrumentation-sqlite3 -- -ra
4746-
4747-
pypy3-test-instrumentation-sqlite3_ubuntu-latest:
4748-
name: instrumentation-sqlite3 pypy-3.9 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 pypy-3.9
4756-
uses: actions/setup-python@v5
4757-
with:
4758-
python-version: "pypy-3.9"
4759-
4760-
- name: Install tox
4761-
run: pip install tox-uv
4762-
4763-
- name: Run tests
4764-
run: tox -e pypy3-test-instrumentation-sqlite3 -- -ra
4765-
4766-
py39-test-instrumentation-wsgi_ubuntu-latest:
4767-
name: instrumentation-wsgi 3.9 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.9
4775-
uses: actions/setup-python@v5
4776-
with:
4777-
python-version: "3.9"
4778-
4779-
- name: Install tox
4780-
run: pip install tox-uv
4781-
4782-
- name: Run tests
4783-
run: tox -e py39-test-instrumentation-wsgi -- -ra

0 commit comments

Comments
 (0)