[Checkins] SVN: zope.documenttemplate/trunk/ Drop support for Python 2.4 / 2.5.

Tres Seaver cvs-admin at zope.org
Fri May 18 16:56:30 UTC 2012


Log message for revision 126188:
  Drop support for Python 2.4 / 2.5.

Changed:
  U   zope.documenttemplate/trunk/CHANGES.txt
  U   zope.documenttemplate/trunk/setup.py

-=-
Modified: zope.documenttemplate/trunk/CHANGES.txt
===================================================================
--- zope.documenttemplate/trunk/CHANGES.txt	2012-05-18 16:54:57 UTC (rev 126187)
+++ zope.documenttemplate/trunk/CHANGES.txt	2012-05-18 16:56:26 UTC (rev 126188)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-3.4.4 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
-- TBD
+- Drop support for Python 2.4 / 2.5.
 
 3.4.3 (2011-10-31)
 ------------------

Modified: zope.documenttemplate/trunk/setup.py
===================================================================
--- zope.documenttemplate/trunk/setup.py	2012-05-18 16:54:57 UTC (rev 126187)
+++ zope.documenttemplate/trunk/setup.py	2012-05-18 16:56:26 UTC (rev 126188)
@@ -41,6 +41,9 @@
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',
           'Programming Language :: Python',
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 2.6',
+          'Programming Language :: Python :: 2.7',
           'Natural Language :: English',
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list