Skip to content

Commit 4165839

Browse files
Merge pull request #234 from gardenlinux/feature/gh-python-3.14-testing
Enable Python 3.14 for testing and as default installation version
2 parents 3ce86ec + 58208f9 commit 4165839

File tree

5 files changed

+520
-507
lines changed

5 files changed

+520
-507
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: "0.10.3"
88
python_version:
99
description: Python version to setup
10-
default: "3.13"
10+
default: "3.14"
1111

1212
outputs:
1313
version:

.github/workflows/pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python_version: [ "3.13" ]
16+
python_version: [ "3.13", "3.14" ]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v5

0 commit comments

Comments
 (0)