Skip to content

Commit 8955c18

Browse files
Revert to python 3.13 for tests
Bump actions versions
1 parent d506ae7 commit 8955c18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
Lint:
8-
uses: tskit-dev/.github/.github/workflows/lint.yml@v12
8+
uses: tskit-dev/.github/.github/workflows/lint.yml@v13

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ on:
99
jobs:
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]

0 commit comments

Comments
 (0)