Skip to content

Bump urllib3 from 2.3.0 to 2.6.0 #81

Bump urllib3 from 2.3.0 to 2.6.0

Bump urllib3 from 2.3.0 to 2.6.0 #81

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.13
uses: actions/setup-python@v1
with:
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Test with pytest
run: |
poetry run pytest