mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 22:18:31 -05:00
Update Python version for containers
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user