From 4fb236e68822f69f89c5ea29a7fcdddcaa819e4c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 8 Mar 2016 05:13:57 +0000 Subject: [PATCH] Start advertising Py 3.5 support --- doc/src/install.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/install.rst b/doc/src/install.rst index ec1eeea8..0c9bbdc0 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -18,7 +18,7 @@ The current `!psycopg2` implementation supports: NOTE: keep consistent with setup.py and the /features/ page. - Python 2 versions from 2.5 to 2.7 -- Python 3 versions from 3.1 to 3.4 +- Python 3 versions from 3.1 to 3.5 - PostgreSQL versions from 7.4 to 9.4 .. _PostgreSQL: http://www.postgresql.org/ diff --git a/setup.py b/setup.py index 45e76bf0..d8908fc0 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ Programming Language :: Python :: 3.1 Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 +Programming Language :: Python :: 3.5 Programming Language :: C Programming Language :: SQL Topic :: Database