[Checkins] SVN: zope.i18nmessageid/branches/tseaver-no_2to3/ Drop explicit support for Python 2.4 / 2.5 / 3.1.

Tres Seaver cvs-admin at zope.org
Fri Apr 6 22:48:51 UTC 2012


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

Changed:
  U   zope.i18nmessageid/branches/tseaver-no_2to3/CHANGES.txt
  U   zope.i18nmessageid/branches/tseaver-no_2to3/setup.py

-=-
Modified: zope.i18nmessageid/branches/tseaver-no_2to3/CHANGES.txt
===================================================================
--- zope.i18nmessageid/branches/tseaver-no_2to3/CHANGES.txt	2012-04-06 22:48:43 UTC (rev 125044)
+++ zope.i18nmessageid/branches/tseaver-no_2to3/CHANGES.txt	2012-04-06 22:48:48 UTC (rev 125045)
@@ -2,9 +2,11 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
+- Dropped explicit support for Python 2.4 / 2.5 / 3.1.
+
 - Added explicit support for PyPy.
 
 - Added 'setup.py dev' alias (runs ``setup.py develop`` plus installs

Modified: zope.i18nmessageid/branches/tseaver-no_2to3/setup.py
===================================================================
--- zope.i18nmessageid/branches/tseaver-no_2to3/setup.py	2012-04-06 22:48:43 UTC (rev 125044)
+++ zope.i18nmessageid/branches/tseaver-no_2to3/setup.py	2012-04-06 22:48:48 UTC (rev 125045)
@@ -118,12 +118,9 @@
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
-        'Programming Language :: Python :: 2.4',
-        'Programming Language :: Python :: 2.5',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.1',
         'Programming Language :: Python :: 3.2',
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",



More information about the checkins mailing list