From: François Freitag Date: Sat, 2 Dec 2017 21:45:57 +0000 (-0800) Subject: Mark Python 3.6 as supported X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=93e06e45c1b27ee44031c166c0a1f9e22aed0c49;p=redacted-XKCD-password-generator.git Mark Python 3.6 as supported --- diff --git a/setup.py b/setup.py index d4f5828..99cfd7d 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Environment :: Console', 'Operating System :: OS Independent', 'License :: OSI Approved :: BSD License',