summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-08 23:42:22 +0200
committermathieui <mathieui@mathieui.net>2018-08-08 23:42:22 +0200
commit86a2f280d23cec176e381e088cd4e5d73bc58f4c (patch)
treea79cf4e715419b54983a0edf52e358e1a9d12241 /setup.py
parent490f15b8fc9e5d205fd75cf4ce13cd2b3841ddf1 (diff)
downloadslixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.tar.gz
slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.tar.bz2
slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.tar.xz
slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.zip
Document that slixmpp is now 3.5+ only
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3b3e5296..b751a62b 100755
--- a/setup.py
+++ b/setup.py
@@ -29,9 +29,9 @@ CLASSIFIERS = [
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Topic :: Internet :: XMPP',
'Topic :: Software Development :: Libraries :: Python Modules',
]