Skip to content

Test python versions up to 3.12 #107

Test python versions up to 3.12

Test python versions up to 3.12 #107

Workflow file for this run

name: test
on:
push: {}
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install poetry
- run: poetry install
- run: ./scripts/test