mirror of https://github.com/nicolargo/glances.git
Update Python version for containers
This commit is contained in:
parent
7439ec1625
commit
dbb791fa58
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue