Skip to content

Bump urllib3 from 2.0.7 to 2.2.2 #131

Bump urllib3 from 2.0.7 to 2.2.2

Bump urllib3 from 2.0.7 to 2.2.2 #131

Workflow file for this run

name: Python CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: |
python -m pip install --upgrade pip
pipx install poetry==1.7.0
- run: poetry install
- run: poetry run pylama
- run: poetry run py.test