From 543eb396b9a33edbaa3fea30c2481e9cae7fbd07 Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Thu, 16 Apr 2020 22:10:01 -0230 Subject: [PATCH] zulip/README: Specify the required Python version. We recently dropped support for Python versions less than 3.5. Since the README is also used as the project description on our PyPI homepage, we need to be more explicit about what version of Python our bindings require. --- zulip/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zulip/README.md b/zulip/README.md index 3331c97..24d9da2 100644 --- a/zulip/README.md +++ b/zulip/README.md @@ -1,8 +1,9 @@ #### Dependencies The [Zulip API](https://zulipchat.com/api) Python bindings require the -following Python libraries: +following dependencies: +* **Python (version >= 3.5)** * requests (version >= 0.12.1) * six * typing (version >= 3.5.2.2)