[Python-checkins] r88417 - sandbox/trunk/pep362/setup.py

brett.cannon python-checkins at python.org
Sun Feb 13 20:06:01 CET 2011


Author: brett.cannon
Date: Sun Feb 13 20:06:01 2011
New Revision: 88417

Log:
Go ahead and list Python 3.2 support.

Modified:
   sandbox/trunk/pep362/setup.py

Modified: sandbox/trunk/pep362/setup.py
==============================================================================
--- sandbox/trunk/pep362/setup.py	(original)
+++ sandbox/trunk/pep362/setup.py	Sun Feb 13 20:06:01 2011
@@ -20,5 +20,6 @@
             'Programming Language :: Python :: 3',
             'Programming Language :: Python :: 3.0',
             'Programming Language :: Python :: 3.1',
+            'Programming Language :: Python :: 3.2',
         ]
     )


More information about the Python-checkins mailing list