summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysitu <ysitu@users.noreply.github.com>2014-05-30 14:45:45 -0400
committerysitu <ysitu@users.noreply.github.com>2014-05-30 14:45:45 -0400
commit8e9ad0a9bf32b926ef181c1e5b2808f26ad036d9 (patch)
treedc6dcff71db3c52762db543c4128660fbc09837b
parentf9f693a813c4ff64313fd92e3cc00da1253b48be (diff)
downloadnetworkx-8e9ad0a9bf32b926ef181c1e5b2808f26ad036d9.tar.gz
Add classifier for Python 3.4 support
-rw-r--r--networkx/release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/networkx/release.py b/networkx/release.py
index dd866635..12238c7e 100644
--- a/networkx/release.py
+++ b/networkx/release.py
@@ -240,6 +240,7 @@ classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Information Analysis',