Files
zulip/scripts/lib
Alex Vandiver 82e3b33f1e install: Check for a supported version of the OS in shell.
Testing for it in Python means that we have to worry about keeping the
`upgrade-zulip-stage-2` backwards-compatible with all versions of
Python which we could ever be upgrading from -- which is all of them.

Factor out the "supported operating systems" check, and share it
between upgrade and install codepaths.

(cherry picked from commit 7f4bc05f8e)
2024-05-07 13:26:48 -07:00
..