Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/acme
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2017-04-29 02:06:45 +0300
committerGitHub <noreply@github.com>2017-04-29 02:06:45 +0300
commit8fa12bef8e7c687400367cf45a022b43e8c92754 (patch)
tree26bd4a82dade39669e7c42a1f802cee0ff07bfa4 /acme
parent89af460792fcdfb23c7dc4f9fcdec1bfa07a2656 (diff)
Tell the world we're Python 3 compatible (#4568)
* Mention python 3 support in setup.py * Build universal (py2 and py3 compatible) wheels * Mention Python 3.3+ support in docs * we work on python 3.6 too
Diffstat (limited to 'acme')
-rw-r--r--acme/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/acme/setup.py b/acme/setup.py
index 1c887e5d3..cb12df51f 100644
--- a/acme/setup.py
+++ b/acme/setup.py
@@ -62,6 +62,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
],