summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-01-16 14:45:16 +0800
committerIrina Truong <i.chernyavska@gmail.com>2020-01-15 22:45:16 -0800
commit8fe316e5376738880c9cf4013f37ff357f428e19 (patch)
tree6f0e8d2efebadc27a4ad0273d3dab6809bf238db /setup.py
parent77a361966a6cbe73ba153710f10f32cc27d167f5 (diff)
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d1d78ec5..8486a618 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,6 @@ setup(
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",