Skip to content

Commit b042c22

Browse files
committed
Note support for Python 3.2 and 3.3.
1 parent fb2b824 commit b042c22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"Programming Language :: Python :: 2",
3838
"Programming Language :: Python :: 2.6",
3939
"Programming Language :: Python :: 2.7",
40+
"Programming Language :: Python :: 3",
41+
"Programming Language :: Python :: 3.2",
42+
"Programming Language :: Python :: 3.3",
4043
"Programming Language :: Python :: Implementation :: CPython",
4144
],
4245
packages = find_packages(),

0 commit comments

Comments
 (0)