summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-03-19 00:11:10 +0800
committerGitHub <noreply@github.com>2020-03-18 09:11:10 -0700
commite9874e2f96c27e24aafbc54436465abd8f152f8a (patch)
treef6592402a2817628cebc848322f87db53fad9c16 /changelog.rst
parent61c81b05f50a073f62629bdcf8eb4317d7a2084c (diff)
python3.8: add travis test and setup.py class. (#1157)
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/changelog.rst b/changelog.rst
index 59c4f1fd..9972583a 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -16,9 +16,8 @@ Bug fixes:
Internal:
---------
-* Drop Python3.4 support. (Thanks: `laixintao`_)
-* Drop Python2.7 support. (Thanks: `laixintao`_)
-* Drop Python3.5 support. (Thanks: `laixintao`_)
+* Drop Python2.7, 3.4, 3.5 support. (Thanks: `laixintao`_)
+* Support Python3.8. (Thanks: `laixintao`_)
* Fix dead link in development guide. (Thanks: `BrownShibaDog`_)