From 8fcedfacbeeca65ada9813b026aaff2abb358de4 Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sun, 21 Apr 2019 21:52:54 +0300 Subject: [PATCH] Update Python versions --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index fc77dd0..0b0ec6b 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,9 @@ setuptools.setup( install_requires=open('requirements.txt', 'r').read().split('\n'), tests_require=open('test_requirements.txt', 'r').read().split('\n'), classifiers=[ + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',