From 7edb400c5528079c3864425f624218164dc828f6 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 13 Aug 2018 22:33:44 +0200 Subject: Update the supported Python versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f20d6f8..8417bd1a 100755 --- a/setup.py +++ b/setup.py @@ -111,9 +111,9 @@ setup(name="poezio", 'License :: OSI Approved :: zlib/libpng License', 'Natural Language :: English', 'Operating System :: Unix', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3 :: Only'], keywords=['jabber', 'xmpp', 'client', 'chat', 'im', 'console'], packages=['poezio', 'poezio.core', 'poezio.tabs', 'poezio.windows', -- cgit v1.2.3