mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
install: Desupport Ubuntu 22.04 for now.
Ubuntu 22.04 pushed a post-feature-freeze update to Python 3.10, breaking virtual environments in a Debian patch (https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1962791). Also, our antique version of Tornado doesn’t work in 3.10, and we’ll need to do some work to upgrade that. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5ee5a7e635
commit
646e466341
@@ -212,7 +212,7 @@ if [ -f /etc/os-release ]; then
|
||||
fi
|
||||
|
||||
case "$os_id $os_version_id" in
|
||||
'debian 10' | 'debian 11' | 'ubuntu 20.04' | 'ubuntu 22.04') ;;
|
||||
'debian 10' | 'debian 11' | 'ubuntu 20.04') ;;
|
||||
*)
|
||||
set +x
|
||||
cat <<EOF
|
||||
@@ -223,7 +223,6 @@ Zulip in production is supported only on:
|
||||
- Debian 10 "buster"
|
||||
- Debian 11 "bullseye"
|
||||
- Ubuntu 20.04 LTS "focal"
|
||||
- Ubuntu 22.04 LTS "jammy"
|
||||
|
||||
For more information, see:
|
||||
https://zulip.readthedocs.io/en/latest/production/requirements.html
|
||||
|
||||
Reference in New Issue
Block a user