From 8fe316e5376738880c9cf4013f37ff357f428e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=96=E4=BF=A1=E6=B6=9B?= Date: Thu, 16 Jan 2020 14:45:16 +0800 Subject: Drop Python 3.4 support (#1141) * remove python3.4 support. Python 3.4 has reached end-of-life. https://www.python.org/downloads/release/python-340/ * drop maximun version of pytest * update changelog * add laixintao to contributors, delete py34 from tox --- changelog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changelog.rst') diff --git a/changelog.rst b/changelog.rst index 991139be..68d8c1b6 100644 --- a/changelog.rst +++ b/changelog.rst @@ -14,8 +14,10 @@ Bug fixes: Internal: --------- +* Drop Python3.4 support. (Thanks: `laixintao`_) * Fix dead link in development guide. (Thanks: `BrownShibaDog`_) + 2.2.0: ====== @@ -1028,3 +1030,4 @@ Improvements: .. _`Pedro Ferrari`: https://github.com/petobens .. _`BrownShibaDog`: https://github.com/BrownShibaDog .. _`thegeorgeous`: https://github.com/thegeorgeous +.. _`laixintao`: https://github.com/laixintao -- cgit v1.2.3