[Checkins] SVN: zope.interface/trunk/ Note support for Python 3.3.

Tres Seaver cvs-admin at zope.org
Wed Nov 21 15:41:17 UTC 2012


Log message for revision 128382:
  Note support for Python 3.3.

Changed:
  _U  zope.interface/trunk/
  U   zope.interface/trunk/CHANGES.txt
  U   zope.interface/trunk/setup.py
  U   zope.interface/trunk/tox.ini

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2012-11-21 15:40:34 UTC (rev 128381)
+++ zope.interface/trunk/CHANGES.txt	2012-11-21 15:41:16 UTC (rev 128382)
@@ -4,6 +4,8 @@
 4.0.2 (unreleased)
 ------------------
 
+- Added support for Python 3.3.
+
 - Restored ability to install the package in the absence of ``setuptools``.
 
 - LP #1055223:  Fix test which depended on dictionary order and failed randomly

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2012-11-21 15:40:34 UTC (rev 128381)
+++ zope.interface/trunk/setup.py	2012-11-21 15:41:16 UTC (rev 128382)
@@ -128,6 +128,7 @@
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.2",
+        "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Software Development :: Libraries :: Python Modules",

Modified: zope.interface/trunk/tox.ini
===================================================================
--- zope.interface/trunk/tox.ini	2012-11-21 15:40:34 UTC (rev 128381)
+++ zope.interface/trunk/tox.ini	2012-11-21 15:41:16 UTC (rev 128382)
@@ -3,7 +3,7 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage
-    py26,py27,py32,pypy,coverage,docs
+    py26,py27,py32,py33,pypy,coverage,docs
 
 [testenv]
 commands = 



More information about the checkins mailing list