We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c65320 commit b5520c8Copy full SHA for b5520c8
python/init.sh
@@ -431,6 +431,7 @@ add_lang_version "3.10" "3.10";
431
add_lang_version "3.11" "3.11";
432
add_lang_version "3.12" "3.12";
433
add_lang_version "3.13" "3.13";
434
+add_lang_version "3.14" "3.14";
435
436
# Let the user choose a Python project type
437
select_project_type "python" "Python";
share/python/docker/Dockerfile-build
@@ -3,7 +3,7 @@
3
# Docker image to build and test the ${{VAR_PROJECT_NAME}} project
4
# #
5
###############################################################################
6
-FROM python:3.13-bookworm
+FROM python:3.14-bookworm
7
8
# Arguments
9
ARG UID=0
0 commit comments