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

Tres Seaver cvs-admin at zope.org
Fri Apr 6 19:36:09 UTC 2012


Log message for revision 125016:
  Dropped explicit support for Python 2.4 / 2.5 / 3.1.
  

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

-=-
Modified: zope.exceptions/branches/tseaver-no_2to3/CHANGES.txt
===================================================================
--- zope.exceptions/branches/tseaver-no_2to3/CHANGES.txt	2012-04-06 19:36:02 UTC (rev 125015)
+++ zope.exceptions/branches/tseaver-no_2to3/CHANGES.txt	2012-04-06 19:36:06 UTC (rev 125016)
@@ -2,10 +2,10 @@
 Changes
 =======
 
-3.7.2 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Dropped explicit support for Python 2.4 / 2.5 / 3.1.
 
 
 3.7.1 (2012-03-28)

Modified: zope.exceptions/branches/tseaver-no_2to3/setup.py
===================================================================
--- zope.exceptions/branches/tseaver-no_2to3/setup.py	2012-04-06 19:36:02 UTC (rev 125015)
+++ zope.exceptions/branches/tseaver-no_2to3/setup.py	2012-04-06 19:36:06 UTC (rev 125016)
@@ -50,12 +50,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',
           'Natural Language :: English',
           'Operating System :: OS Independent',



More information about the checkins mailing list