Skip to content

Bump urllib3 from 2.6.3 to 2.7.0 #6

Bump urllib3 from 2.6.3 to 2.7.0

Bump urllib3 from 2.6.3 to 2.7.0 #6

Workflow file for this run

name: Test
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uv python install ${{ matrix.python-version }}
- run: uv sync --python ${{ matrix.python-version }}
- run: uv run pytest tests/ -v