diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-10-02 17:08:07 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-03 13:05:43 +0200 |
commit | 2fd6730d4f9c056a98cadfb8c6503e718bd01a75 (patch) | |
tree | b289c293fb1bdb26806db5413a77bacd6cd04506 /docs | |
parent | e7a4d7d7c3d688b69737f2b1ecd23571f5e3a0b9 (diff) | |
download | searxng-2fd6730d4f9c056a98cadfb8c6503e718bd01a75.tar.gz searxng-2fd6730d4f9c056a98cadfb8c6503e718bd01a75.zip |
[mod] py3.8 EOL / upgrade to actions/setup-python@v5
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build-templates/searxng.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build-templates/searxng.rst b/docs/build-templates/searxng.rst index bc5d3e8fc..cdd665c74 100644 --- a/docs/build-templates/searxng.rst +++ b/docs/build-templates/searxng.rst @@ -113,7 +113,7 @@ ${fedora_build} (${SERVICE_USER})$ command -v python && python --version $SEARXNG_PYENV/bin/python - Python 3.8.1 + Python 3.11.10 # update pip's boilerplate .. pip install -U pip |