Skip to content

Make code Python 3.8+ compatible and bump version to 0.0.3 #31

Make code Python 3.8+ compatible and bump version to 0.0.3

Make code Python 3.8+ compatible and bump version to 0.0.3 #31

Workflow file for this run

---
name: "CI"
on:
push:
branches:
# Do not trigger on tags
# https://stackoverflow.com/questions/68573888/how-can-i-not-execute-a-github-action-when-i-push-a-new-tag
"**"
pull_request:
jobs:
tests:
uses: ./.github/workflows/tests.yaml