Skip to content

ci: run tests using Python 3.7-3.12 #16

ci: run tests using Python 3.7-3.12

ci: run tests using Python 3.7-3.12 #16

Workflow file for this run

name: pr-build
on:
pull_request:
branches:
- main
paths:
- stubs
- pyproject.toml
- requirements.txt
- tox.ini
jobs:
test:
uses: coatl-dev/workflows/.github/workflows/tox-gh.yml@v4
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'