File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 Lint :
8- uses : tskit-dev/.github/.github/workflows/lint.yml@v12
8+ uses : tskit-dev/.github/.github/workflows/lint.yml@v13
Original file line number Diff line number Diff line change 99jobs :
1010 packaging :
1111 name : Python packaging
12- uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v12
12+ uses : tskit-dev/.github/.github/workflows/python-packaging.yml@v13
1313
1414 test :
1515 name : Python
16- uses : tskit-dev/.github/.github/workflows/python-tests.yml@v12
16+ uses : tskit-dev/.github/.github/workflows/python-tests.yml@v13
1717 with :
1818 os : ${{ matrix.os }}
1919 python-version : ${{ matrix.python }}
2020 coverage-directory : tstrait
2121 secrets : inherit
2222 strategy :
2323 matrix :
24- python : ["3.11", "3.14 "]
24+ python : ["3.11", "3.13 "]
2525 os : [macos-latest, ubuntu-24.04, windows-latest]
You can’t perform that action at this time.
0 commit comments