Skip to content

Commit 67da47f

Browse files
committed
Test python 3.14
1 parent 26d46d2 commit 67da47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
uses: ISISComputingGroup/reusable-workflows/.github/workflows/linters.yml@main
66
with:
77
compare-branch: origin/main
8-
python-ver: '3.11'
8+
python-ver: '3.13'
99
tests:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: ['3.10','3.11', '3.12', '3.13']
13+
version: ['3.10','3.11', '3.12', '3.13', '3.14']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)