Skip to content

Commit

Permalink
Note support for PyPy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 11, 2013
1 parent fcf5057 commit 5d262c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ CHANGES
4.0.0a6 (unreleased)
--------------------

- fixed extension compilation on windows python 3.x
- Added support for PyPy.

- Fixed extension compilation on windows python 3.x


4.0.0a5 (2013-02-28)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def __str__(self):
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 5d262c1

Please sign in to comment.