Skip to content

Commit

Permalink
Update Python version for containers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Dec 27, 2024
1 parent 7439ec1 commit dbb791f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-files/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 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 <[email protected]>'
__license__ = 'LGPLv3'
Expand Down

0 comments on commit dbb791f

Please sign in to comment.