Skip to content

remove redundant python version #454

remove redundant python version

remove redundant python version #454

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@v15
test:
name: Python
uses: tskit-dev/.github/.github/workflows/python-tests.yml@v15
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python }}
coverage-directory: tstrait
secrets: inherit
strategy:
matrix:
python: ["3.11", "3.13"]
os: [macos-latest, ubuntu-24.04, windows-latest]