diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-13 22:33:44 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-13 22:33:44 +0200 |
commit | 7edb400c5528079c3864425f624218164dc828f6 (patch) | |
tree | 965ccfb50cbb893d225bc85879e23523121f4652 | |
parent | c1646f17c5c12c8030ebb6ec7ec6977723101fc2 (diff) | |
download | poezio-7edb400c5528079c3864425f624218164dc828f6.tar.gz poezio-7edb400c5528079c3864425f624218164dc828f6.tar.bz2 poezio-7edb400c5528079c3864425f624218164dc828f6.tar.xz poezio-7edb400c5528079c3864425f624218164dc828f6.zip |
Update the supported Python versions
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |