[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/ Drop explicit support for Python 2.4 / 2.5.

Tres Seaver cvs-admin at zope.org
Sun May 6 16:17:03 UTC 2012


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

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt
  U   zope.configuration/branches/tseaver-test_cleanup/setup.py

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt	2012-05-06 16:16:44 UTC (rev 125668)
+++ zope.configuration/branches/tseaver-test_cleanup/CHANGES.txt	2012-05-06 16:16:59 UTC (rev 125669)
@@ -5,6 +5,8 @@
 4.0.0 (unreleased)
 ------------------
 
+- Dropped explicit support for Python 2.4 / 2.5.
+
 - Added support for continuous integration using ``tox`` and ``jenkins``.
 
 - Added ``Sphinx`` documentation.

Modified: zope.configuration/branches/tseaver-test_cleanup/setup.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/setup.py	2012-05-06 16:16:44 UTC (rev 125668)
+++ zope.configuration/branches/tseaver-test_cleanup/setup.py	2012-05-06 16:16:59 UTC (rev 125669)
@@ -75,6 +75,9 @@
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',
           'Programming Language :: Python',
+          'Programming Language :: Python :: 2.6',
+          'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: Implementation :: CPython',
           'Natural Language :: English',
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list