Skip to content

Commit 392549f

Browse files
neiljpSubhasish-Behera
authored and
Subhasish-Behera
committed
FAQ: Update Python version section regarding very recent versions.
The note relating to zulip#1145 is retained, but testing in CI indicates a more specific error is given if there is no matching python for a user's environment - now that versions 0.2.0 and 0.2.1 have been yanked from PyPI. Instead of a broken install of a very old version, a recent pip should error with a message along the lines of `ERROR: Package 'zulip-term' requires a different Python: 3.11.3 not in <3.11,>=3.7'`
1 parent 79d19b4 commit 392549f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/FAQ.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ The next release will include support for Python 3.11; before then we suggest
2828
installing the
2929
[latest (git) version](https://github.com/zulip/zulip-terminal/blob/main/README.md#installation).
3030

31-
> NOTE: If you attempt to install on a system using a version of Python which
32-
> pip cannot match, it may install a very old version - see
31+
> Until Mid-April 2023 it is possible that installing with a very recent
32+
> version of Python could lead to an apparently broken installation with a very
33+
> old version of zulip-terminal.
34+
> This should no longer be the case, now that these older versions have been
35+
> yanked from PyPI, but could give symptoms resembling
3336
> [issue 1145](https://github.com/zulip/zulip-terminal/issues/1145).
3437
3538
## What operating systems are supported?

0 commit comments

Comments
 (0)