Skip to content

Commit 6374d9c

Browse files
committed
Enable Python 3.14 for testing and as default installation version
Signed-off-by: Tobias Wolf <[email protected]>
1 parent b824ed9 commit 6374d9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2"
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)