Skip to content

Drop support for Python 3.8 & 3.9 #7

Drop support for Python 3.8 & 3.9

Drop support for Python 3.8 & 3.9 #7

Workflow file for this run

name: Validation
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade tox-gh-actions
- run: python -m tox