This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 140bb2584b2e87b25b372b9765af30701751128a (commit)
from ebffee39af18dfca7d24a8fd1bd0268d88f9dab2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/140bb2584b2e87b25b372b9765af30701751128a
commit 140bb2584b2e87b25b372b9765af30701751128a
Author: Oleg Broytman <ph...@ph...>
Date: Thu Dec 25 19:23:03 2014 +0300
Add Python 3.4 to the list of supported versions
diff --git a/README.txt b/README.txt
index 9f9a3c9..35c9556 100644
--- a/README.txt
+++ b/README.txt
@@ -7,7 +7,7 @@ classes, and your rows in Python instances.
It currently supports MySQL through the `MySQLdb` package, PostgreSQL
through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB), MS SQL
-Sybase and Rdbhost. Python 2.6 or 2.7 is required.
+Sybase and Rdbhost. Python 2.6, 2.7 or 3.4 is required.
For more information please see the documentation in
docs/SQLObject.txt, or online at http://sqlobject.org/
diff --git a/setup.py b/setup.py
index fb7c03b..91ffdab 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ more abstract, and provides substantial database independence for
applications.
Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (SAPDB).
-Python 2.6 or 2.7 is required.
+Python 2.6, 2.7 or 3.4 is required.
For development see the projects at
`SourceForge <http://sourceforge.net/projects/sqlobject/>`_
-----------------------------------------------------------------------
Summary of changes:
README.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
SQLObject development repository
|