Skip to content

Commit

Permalink
Update python to version 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed Jan 21, 2025
1 parent 8d7d5c5 commit 71d827e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

- [FEATURE] Update to Python 3.11.9

## [v3.2.0](https://github.com/medulla-tech/medulla-agent/tree/v3.2.0) (unreleased)
- [FEATURE] If the file BOOL_DISABLE_IMG exists, disable the replicator
- [FEATURE] If the file BOOL_DISABLE_IMG exists, we do not remove the img_agent folder.
Expand Down
4 changes: 2 additions & 2 deletions scripts_installer/win/generate-pulse-agent-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ KIOSK_VERSION="1.0.0"
PULSE_AGENT_FILENAME="pulse-xmpp-agent-${AGENT_VERSION}.tar.gz"
AGENT_PLUGINS_FILENAME="pulse-machine-plugins-${AGENT_VERSION}.tar.gz"
KIOSK_FILENAME="kiosk-interface-${KIOSK_VERSION}.tar.gz"
PYTHON64_FILENAME="python-3.11.8-amd64.exe"
PYTHON_VERSION="3.11.8"
PYTHON64_FILENAME="python-3.11.9-amd64.exe"
PYTHON_VERSION="3.11.9"
LIBCURL_DL_FILENAME="libcurl4-8.0.1-1.tar.xz"
LIBCURL_FILENAME="cygcurl-4.dll"
PY_MODULES_64_FILENAMES="CherryPy-18.8.0-py2.py3-none-any.whl \
Expand Down

0 comments on commit 71d827e

Please sign in to comment.