Skip to content

Commit 1067367

Browse files
author
Zhen Li
authored
Merge pull request #113 from neo4j/1.1-fix-setup-versions
Fix Python versions in setup.py
2 parents 00112d8 + 9b6e4d6 commit 1067367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def read(fname):
4848
"Topic :: Database",
4949
"Topic :: Software Development",
5050
"Programming Language :: Python :: 2.7",
51-
"Programming Language :: Python :: 3.3",
5251
"Programming Language :: Python :: 3.4",
52+
"Programming Language :: Python :: 3.5",
5353
],
5454
packages=["neo4j", "neo4j.bolt", "neo4j.compat", "neo4j.v1"])

0 commit comments

Comments
 (0)