From 7ec796970fdeb80c84b21615da09b5d20ca57538 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 5 Jul 2016 18:57:03 -0700 Subject: [PATCH] Add missing Python 3.5 classifier Python 3.5 support was added to the gate jobs. Since Bandit fully passes those tests, we can now claim Python 3.5 support in the classifier. Change-Id: Ia733ec36ce2350b5273031e4ab2491b344fd2bd2 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2184e551..83334923 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 Topic :: Security [entry_points]