Skip to content

Commit 72c532d

Browse files
committed
bump
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent fef5e1f commit 72c532d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232

3333
env:
3434
REPORTS_DIR: CI_reports
35-
PYTHON_VERSION: "3.12"
35+
PYTHON_VERSION: "3.14"
3636
POETRY_VERSION: "1.8.1"
3737

3838
permissions: {}

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ concurrency:
3636
cancel-in-progress: true
3737

3838
env:
39-
PYTHON_VERSION_DEFAULT: "3.12"
39+
PYTHON_VERSION_DEFAULT: "3.14"
4040
POETRY_VERSION: "1.8.1"
4141
REPORTS_DIR: CI_reports
4242
TESTS_REPORTS_ARTIFACT: tests-reports

0 commit comments

Comments
 (0)