Skip to content

Commit 0f17348

Browse files
authored
ci: use py314 per default (#898)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 9f7bdc8 commit 0f17348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions: {}
2121

2222
env:
2323
REPORTS_DIR: CI_reports
24-
PYTHON_VERSION_DEFAULT: "3.11"
24+
PYTHON_VERSION_DEFAULT: "3.14"
2525
POETRY_VERSION: "1.8.1"
2626
TESTS_REPORTS_ARTIFACT: tests-reports
2727

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939
permissions: {}
4040

4141
env:
42-
PYTHON_VERSION_DEFAULT: "3.11"
42+
PYTHON_VERSION_DEFAULT: "3.14"
4343
POETRY_VERSION: "1.8.1"
4444

4545
jobs:

0 commit comments

Comments
 (0)