summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2013-02-07 23:05:09 +0000
committerMarius Gedminas <marius@gedmin.as>2013-02-07 23:05:09 +0000
commit2a3c61f60021a02205566b1ca89adba46b9643cb (patch)
tree8b0894f67cb6d39598ed7982e6fea7b032f5fb2a
parent7ae7c9f20705d83a168f25a7c66db7078c3da080 (diff)
downloadzope-tal-2a3c61f60021a02205566b1ca89adba46b9643cb.tar.gz
We've reached Py3K: add classifiers, enable tox
-rw-r--r--CHANGES.txt3
-rw-r--r--setup.py2
-rw-r--r--tox.ini4
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f047d35..4d83e8e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,9 @@ CHANGES
- Dropped support for Python 2.4 and 2.5.
+- Experimental Python 3.3 support (all tests pass, but test coverage
+ is not complete).
+
3.6.1 (2012-03-09)
------------------
diff --git a/setup.py b/setup.py
index 71500f2..2aa26cc 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,8 @@ setup(name='zope.tal',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
diff --git a/tox.ini b/tox.ini
index 5f78933..079bdc8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,6 @@
[tox]
envlist =
- py26,py27
-# these do not work yet
-# py32,py33,pypy
+ py26,py27,py33
[testenv]
commands =