Skip to content

Bump idna from 3.4 to 3.7 #73

Bump idna from 3.4 to 3.7

Bump idna from 3.4 to 3.7 #73

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: ${{ matrix.python-version }}
- name: run pytest
run: |
pytest -W error