aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-07-14 11:54:41 -0400
committerWaylan Limberg <waylan@gmail.com>2010-07-14 11:54:41 -0400
commit542131b209f856f0355cd08a71753cb7fd5d0a76 (patch)
tree60aaa577ca33a2a42f9817e6a013625de7bbf963 /setup.py
parentddc27d5f2479f16c1d84f3fb6107c6bd3acb2122 (diff)
downloadmarkdown-542131b209f856f0355cd08a71753cb7fd5d0a76.tar.gz
markdown-542131b209f856f0355cd08a71753cb7fd5d0a76.tar.bz2
markdown-542131b209f856f0355cd08a71753cb7fd5d0a76.zip
Fixed Ticket 66. We have dropped official support for Python 3.0 and now only officially support Python 3.1+ in the Python 3 series (we still support 2.4, 2.5 & 2.6 in the Python 2 series). If you really must use Python 3.0, we suggest using Python 3.1's 2to3 tool. See comment in source and Ticket 66 for more.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6c5ed29..ac3ff32 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ data = dict(
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
+ 'Programming Language :: Python :: 3.1',
'Topic :: Communications :: Email :: Filters',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries',
'Topic :: Internet :: WWW/HTTP :: Site Management',