Skip to content

[#35] Since 3.8, CancelledError is a subclass of BaseException rather… #127

[#35] Since 3.8, CancelledError is a subclass of BaseException rather…

[#35] Since 3.8, CancelledError is a subclass of BaseException rather… #127

Workflow file for this run

name: Coverage, mypi
on:
push:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
run: tox -e coverage,mypy