From 0a1fb171514f4a41cf8679ef61c06397854dde07 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2012 20:12:00 -0500 Subject: pypi support for python 3.3 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9af2f2100..40117cf4c 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ setup(name='pyramid', "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", "Framework :: Pyramid", -- cgit v1.2.3