Skip to content

Set mininum Python version to 3.10 and bump version to 0.0.3 #24

Set mininum Python version to 3.10 and bump version to 0.0.3

Set mininum Python version to 3.10 and bump version to 0.0.3 #24

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