From: <sub...@co...> - 2013-12-20 13:04:10
|
Author: phd Date: Fri Dec 20 06:03:56 2013 New Revision: 4687 Log: Python 2.4 is no longer supported Modified: SQLObject/trunk/README.txt Modified: SQLObject/trunk/README.txt ============================================================================== --- SQLObject/trunk/README.txt Wed Dec 18 13:14:04 2013 (r4686) +++ SQLObject/trunk/README.txt Fri Dec 20 06:03:56 2013 (r4687) @@ -7,7 +7,7 @@ It currently supports MySQL through the `MySQLdb` package, PostgreSQL through the `psycopg` package, SQLite, Firebird, MaxDB (SAP DB), MS SQL -Sybase and Rdbhost. It should support Python versions back to 2.4. +Sybase and Rdbhost. It should support Python versions back to 2.5. For more information please see the documentation in docs/SQLObject.txt, or online at http://sqlobject.org/ |