[Checkins] SVN: persistent/trunk/ Add support for Python 3.3.

Tres Seaver cvs-admin at zope.org
Wed Dec 12 03:08:25 UTC 2012


Log message for revision 128596:
  Add support for Python 3.3.

Changed:
  U   persistent/trunk/CHANGES.txt
  U   persistent/trunk/setup.py
  U   persistent/trunk/tox.ini

-=-
Modified: persistent/trunk/CHANGES.txt
===================================================================
--- persistent/trunk/CHANGES.txt	2012-12-12 03:07:58 UTC (rev 128595)
+++ persistent/trunk/CHANGES.txt	2012-12-12 03:08:25 UTC (rev 128596)
@@ -4,6 +4,8 @@
 4.0.3 (2012-11-19)
 ------------------
 
+- Added support for Python 3.3.
+
 - C extenstions now build under Python 3.2, passing the same tests as
   the pure-Python reference implementation.
 

Modified: persistent/trunk/setup.py
===================================================================
--- persistent/trunk/setup.py	2012-12-12 03:07:58 UTC (rev 128595)
+++ persistent/trunk/setup.py	2012-12-12 03:08:25 UTC (rev 128596)
@@ -77,6 +77,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 :: Database",

Modified: persistent/trunk/tox.ini
===================================================================
--- persistent/trunk/tox.ini	2012-12-12 03:07:58 UTC (rev 128595)
+++ persistent/trunk/tox.ini	2012-12-12 03:08:25 UTC (rev 128596)
@@ -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,docs
-    py26,py27,pypy,py32,coverage,docs
+    py26,py27,pypy,py32,py33,coverage,docs
 
 [testenv]
 deps =



More information about the checkins mailing list