Skip to content

Commit

Permalink
core: update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Mar 18, 2024
1 parent 0609794 commit a6e406c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check_latest_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def check_version(self, name, url, pattern):
return latest_version

def check_python_version(self):
# Harcoding the python version to install the python via apt (save time + image size). See issue#104
# We will need to manually update the pytho nversion but, 3.11 is good so far (on Ubuntu:22.04 base image)
# Specifying the Python version for installation via apt (saves time and reduces image size). Refer to issue #104.
# While manual updates for the Python version are needed, 3.11 has been reliable so far (on Ubuntu:22.04 base image).
python_version = "3.11"
return python_version

Expand Down

0 comments on commit a6e406c

Please sign in to comment.