From 9b6e4d68500e460f0423e7c82823236fbd9ef786 Mon Sep 17 00:00:00 2001 From: Nigel Small Date: Thu, 15 Dec 2016 15:02:04 +0000 Subject: [PATCH] Fix Python versions in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea4a6002d..ce7211bfb 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read(fname): "Topic :: Database", "Topic :: Software Development", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", ], packages=["neo4j", "neo4j.v1"])