Fix cancel message bug for Python 3.8; test coverage workaround for Python version conditions

This commit is contained in:
2022-04-10 10:41:32 +02:00
parent d7cd16c540
commit d047b99119
7 changed files with 87 additions and 21 deletions

View File

@ -1,5 +1,7 @@
name: CI
on: [push]
on:
push:
branches: [master]
jobs:
tests:
name: Python ${{ matrix.python-version }} Tests