Skip to content

Bump idna from 3.6 to 3.7 #22

Bump idna from 3.6 to 3.7

Bump idna from 3.6 to 3.7 #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: ${{ matrix.name }}
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version-file: '.python-version'
- name: Install tox
run: |
pip install tox
- name: Run tox
run: tox