Skip to content

Commit d8530c1

Browse files
Update workflows
1 parent aaa39a3 commit d8530c1

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.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@v11
8+
uses: tskit-dev/.github/.github/workflows/lint.yml@main

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ env:
1010
FORCE_COLOR: 1
1111

1212
jobs:
13-
pre-commit:
14-
name: Lint
15-
uses: tskit-dev/.github/.github/workflows/lint.yml@v5
16-
with:
17-
clang-format-version: 21.1.8
1813

1914
packaging:
2015
name: Python packaging
@@ -29,7 +24,7 @@ jobs:
2924
strategy:
3025
fail-fast: false
3126
matrix:
32-
python: [ 3.11, 3.14 ]
27+
python: [ 3.11, 3.13 ]
3328
os: [ macos-latest, ubuntu-24.04, windows-latest ]
3429
defaults:
3530
run:

0 commit comments

Comments
 (0)