Skip to content

Update supported Python versions: Drop Python 3.7, add 3.11 and 3.12 #17

Update supported Python versions: Drop Python 3.7, add 3.11 and 3.12

Update supported Python versions: Drop Python 3.7, add 3.11 and 3.12 #17

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