Skip to content

Merge pull request #4 from provinzkraut/drop-3.7 #18

Merge pull request #4 from provinzkraut/drop-3.7

Merge pull request #4 from provinzkraut/drop-3.7 #18

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: python test.py