Skip to content

Commit b5520c8

Browse files
committed
Added support for Python 3.14.
Signed-off-by: kilo52 <[email protected]>
1 parent 2c65320 commit b5520c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ add_lang_version "3.10" "3.10";
431431
add_lang_version "3.11" "3.11";
432432
add_lang_version "3.12" "3.12";
433433
add_lang_version "3.13" "3.13";
434+
add_lang_version "3.14" "3.14";
434435

435436
# Let the user choose a Python project type
436437
select_project_type "python" "Python";

share/python/docker/Dockerfile-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Docker image to build and test the ${{VAR_PROJECT_NAME}} project
44
# #
55
###############################################################################
6-
FROM python:3.13-bookworm
6+
FROM python:3.14-bookworm
77

88
# Arguments
99
ARG UID=0

0 commit comments

Comments
 (0)