Document that slixmpp is now 3.5+ only

This commit is contained in:
mathieui
2018-08-08 23:42:22 +02:00
parent 490f15b8fc
commit 86a2f280d2
5 changed files with 6 additions and 6 deletions

View File

@@ -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',
]