Skip to content

Commit fc374c6

Browse files
committed
Added support/testing for python 3.14
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent df0934c commit fc374c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: true
2525
matrix:
26-
python-version: ["3.10", "3.11", "3.12", "3.13"]
26+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Set up Python ${{ matrix.python-version }}

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

0 commit comments

Comments
 (0)