Update Python version for containers

This commit is contained in:
nicolargo
2024-12-27 16:10:05 +01:00
parent 7439ec1625
commit dbb791fa58
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
# Be aware that if you change the Alpine version, you may have to change the Python version.
ARG IMAGE_VERSION=3.21
ARG PYTHON_VERSION=3.13
ARG PYTHON_VERSION=3.12
##############################################################################
# Base layer to be used for building dependencies and the release images

View File

@@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = "4.3.0"
__version__ = "4.3.1_dev01"
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'