From 0f80ac2821391fd124f8d1a24e734cf24193ea17 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 24 Sep 2020 21:47:44 +0200 Subject: [PATCH 1/2] Document that python 3.6.0 is needed, for python3 (for Deque)... --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10e0bbc..8bc41ff 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ accepted and welcome. The minimal supported python2 version is 2.7.10. + The minimal supported python3 version is 3.6.0. + To check the python version that weechat is using, run: /python version From e695e6ef099e564b7000f7a71947993ac8f9ff49 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 24 Sep 2020 22:07:01 +0200 Subject: [PATCH 2/2] Fine-tune Deque dependency in python3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc41ff..372431f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ accepted and welcome. The minimal supported python2 version is 2.7.10. - The minimal supported python3 version is 3.6.0. + The minimal supported python3 version is 3.5.4 or 3.6.1. To check the python version that weechat is using, run: