summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCao Xuan Hoang <hoangcx@vn.fujitsu.com>2017-01-20 11:21:23 +0700
committerCao Xuan Hoang <hoangcx@vn.fujitsu.com>2017-01-20 11:21:23 +0700
commit0803befc05e88629ec1dc0efcd82786dbd65d16a (patch)
treeb93bc9cf8c47ffd1066a03465f2a94aada59553f /setup.cfg
parent7818faba8bcb88d7e39a710991bee6586d6e1f13 (diff)
downloadpython-designateclient-0803befc05e88629ec1dc0efcd82786dbd65d16a.tar.gz
Add Python 3.5 classifier and venv
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a6f5adb..13bf17a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
Topic :: Internet :: Name Service (DNS)
[global]