Skip to content

Commit da8616c

Browse files
authored
Merge pull request #331 from ISISComputingGroup/pi
Run unit tests on python 3.14; run wheel builds on python 3.13
2 parents 26d46d2 + a9caf58 commit da8616c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.13"
2020
- name: Install pypa/build
2121
run: >-
2222
python3 -m

0 commit comments

Comments
 (0)