Skip to content

Commit

Permalink
Add support for Python 3.4, PyPy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 10, 2014
1 parent 4fb9a5e commit 8d6c6d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,8 @@
0.14 (Unreleased)
-----------------

- Added support for Python3.4, PyPy3.

- Pull #52: Add configuration options for ``mail.sendmail_app`` and
``mail.sendmail_template`` to allow use with non-default sendmail
configurations.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -78,6 +78,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pyramid",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py32,py33,pypy,cover
py26,py27,py32,py33,py34,pypy,pypy3,cover

[testenv]
deps =
Expand Down

0 comments on commit 8d6c6d9

Please sign in to comment.