Updating readme with supported python verisions (#524)

This commit is contained in:
kevgliss 2016-11-22 17:09:21 -08:00 committed by GitHub
parent d5d036b412
commit 06a920502c
2 changed files with 1 additions and 5 deletions

View File

@ -18,7 +18,7 @@ Lemur
Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs
and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.
It works on CPython 2.7, 3.3, 3.4. We deploy on Ubuntu and develop on OS X.
It works on CPython 3.5. We deploy on Ubuntu and develop on OS X.
Project resources

View File

@ -195,10 +195,6 @@ setup(
'Intended Audience :: System Administrators',
'Operating System :: OS Independent',
'Topic :: Software Development',
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License"