Skip to content

Commit 9173186

Browse files
committed
fix: update to python 3.14 and add to ci matrix
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 5fd1127 commit 9173186

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3535
with:
36-
python-version: 3.12
36+
python-version: 3.14
3737

3838
- name: Install dependencies
3939
run: |

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2828
with:
29-
python-version: "3.12"
29+
python-version: "3.14"
3030
- name: Install dependencies
3131
run: |
3232
pip install -r requirements.txt -r requirements-test.txt

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.11, 3.12]
18+
python-version: [3.11, 3.12, 3.13, 3.14]
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:

0 commit comments

Comments
 (0)