From 12415f464ee00862103f9e56e65d59d5a08ccb9a Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Wed, 22 Jan 2020 23:25:24 +0100 Subject: Python 3 compatibility --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7eb33a3..11f5ed1 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,10 @@ setup( py_modules=['confman'], classifiers=[ 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], ) -- cgit v1.2.3