[Checkins] SVN: zope.schema/trunk/ Don't make 3.1 support explicit.

Tres Seaver cvs-admin at zope.org
Sat May 5 17:33:36 UTC 2012


Log message for revision 125656:
  Don't make 3.1 support explicit.

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

-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2012-05-05 13:52:04 UTC (rev 125655)
+++ zope.schema/trunk/CHANGES.txt	2012-05-05 17:33:32 UTC (rev 125656)
@@ -5,6 +5,8 @@
 4.2.0 (unreleased)
 ------------------
 
+- Dropped explicit support for Python 3.1.
+
 - Introduce NativeString and NativeStringLine which are equal to Bytes and
   BytesLine on Python 2 and Text and TextLine on Python 3.
 

Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2012-05-05 13:52:04 UTC (rev 125655)
+++ zope.schema/trunk/setup.py	2012-05-05 17:33:32 UTC (rev 125656)
@@ -94,7 +94,6 @@
         "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