Skip to content

Post release

Post release #307

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: [main, test]
merge_group:
jobs:
packaging:
name: Python packaging
uses: tskit-dev/.github/.github/workflows/python-packaging.yml@v14
with:
cli-test-cmd: tszip --help
test:
name: Python
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v14
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python }}
coverage-directory: tszip
secrets: inherit
strategy:
matrix:
python: [ 3.11, 3.14 ]
os: [ macos-latest, ubuntu-24.04, windows-latest ]