Skip to content

Require Python 3.12+ (argparse interspersed-args fix) #3

Require Python 3.12+ (argparse interspersed-args fix)

Require Python 3.12+ (argparse interspersed-args fix) #3

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: pip install pytest build
- run: python -m pytest -q
- run: python -m build