Skip to content

Commit 0343d57

Browse files
committed
generate worflows
1 parent 6ef6251 commit 0343d57

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5534,6 +5534,44 @@ jobs:
55345534
- name: Run tests
55355535
run: tox -e py313-test-instrumentation-urllib3-1 -- -ra
55365536

5537+
py314-test-instrumentation-urllib3-0_ubuntu-latest:
5538+
name: instrumentation-urllib3-0 3.14 Ubuntu
5539+
runs-on: ubuntu-latest
5540+
timeout-minutes: 30
5541+
steps:
5542+
- name: Checkout repo @ SHA - ${{ github.sha }}
5543+
uses: actions/checkout@v4
5544+
5545+
- name: Set up Python 3.14
5546+
uses: actions/setup-python@v5
5547+
with:
5548+
python-version: "3.14"
5549+
5550+
- name: Install tox
5551+
run: pip install tox-uv
5552+
5553+
- name: Run tests
5554+
run: tox -e py314-test-instrumentation-urllib3-0 -- -ra
5555+
5556+
py314-test-instrumentation-urllib3-1_ubuntu-latest:
5557+
name: instrumentation-urllib3-1 3.14 Ubuntu
5558+
runs-on: ubuntu-latest
5559+
timeout-minutes: 30
5560+
steps:
5561+
- name: Checkout repo @ SHA - ${{ github.sha }}
5562+
uses: actions/checkout@v4
5563+
5564+
- name: Set up Python 3.14
5565+
uses: actions/setup-python@v5
5566+
with:
5567+
python-version: "3.14"
5568+
5569+
- name: Install tox
5570+
run: pip install tox-uv
5571+
5572+
- name: Run tests
5573+
run: tox -e py314-test-instrumentation-urllib3-1 -- -ra
5574+
55375575
pypy3-test-instrumentation-urllib3-0_ubuntu-latest:
55385576
name: instrumentation-urllib3-0 pypy-3.10 Ubuntu
55395577
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)