Skip to content

Feature 9.0

Feature 9.0 #70

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: |
3.8
3.9
3.10
pypy-3.10
3.11
3.12
- name: Install Test Framework
run: pip install tox
- name: Run Tests
run: tox r