From 7ad20622cee225ec3bd9822472f61bc8423a69aa Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Wed, 6 Feb 2019 03:03:14 +0530 Subject: [PATCH] Add Python 3.6 version in setup.cfg Tox has py36 env enabled but it isn't consistent with the setup.cfg. To maintain consistency, this patch adds the entry for py36 in setup.cfg metadata. Change-Id: Ie3fd02d7c9d2f6e70a13baf24473a2c1d561a1fd --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 42b184ab808..293e7a1699e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [global] setup-hooks =