Skip to content

Merge pull request #199 from dmtucker/xdist1.x #6

Merge pull request #199 from dmtucker/xdist1.x

Merge pull request #199 from dmtucker/xdist1.x #6

Workflow file for this run

name: Validation
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "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