Skip to content
Snippets Groups Projects
Commit 1cedb62c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '1000-raise-required-python-version-to-3-10' into 'master'

Resolve "Raise required Python version to 3.10"

Closes #1000

See merge request !1672
parents 57ed62b7 88f6a834
No related branches found
Tags 2.0rc3
1 merge request!1672Resolve "Raise required Python version to 3.10"
Pipeline #194978 passed
...@@ -75,7 +75,8 @@ Changed ...@@ -75,7 +75,8 @@ Changed
* Move "Invite person" to persons page * Move "Invite person" to persons page
* Replace all mentions of Redis with Valkey where possible * Replace all mentions of Redis with Valkey where possible
* Show avatars of groups in all places. * Show avatars of groups in all places.
* Use new auth rate limiting settings * Use new auth rate limiting settings
* Bump Python version to 3.10
Fixed Fixed
~~~~~ ~~~~~
......
...@@ -32,7 +32,7 @@ For an installation on a dedicated server, the following prerequisites are neede ...@@ -32,7 +32,7 @@ For an installation on a dedicated server, the following prerequisites are neede
* Valkey (or legacy Redis) * Valkey (or legacy Redis)
* uWSGI * uWSGI
* nginx * nginx
* Python 3.9 or newer * Python 3.10 or newer
* Node.js 18 or newer * Node.js 18 or newer
* Some system dependencies to build Python modules and manage frontend files * Some system dependencies to build Python modules and manage frontend files
* System locales for all supported languages * System locales for all supported languages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment