Skip to content

chore(deps): bump urllib3 from 2.5.0 to 2.6.0 #74

chore(deps): bump urllib3 from 2.5.0 to 2.6.0

chore(deps): bump urllib3 from 2.5.0 to 2.6.0 #74

Workflow file for this run

---
name: test
on:
pull_request:
push:
branches:
- gh-readonly-queue/**
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
python:
- "3.11"
- "3.10"
- "3.9"
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python }}
cache: pip
cache-dependency-path: setup.py
- run: pip install tox==3.26.0
- run: tox