add support for pypy 2.2

This commit is contained in:
ndparker 2014-11-07 21:53:56 +01:00
parent ff22989b05
commit b64279be0d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Changes with version
*) Added support for pypy 2.2
*) Relint with newer pylint
*) Fix locale problem with the setup script on python3.

View File

@ -21,7 +21,7 @@ name = rjsmin
python.min = 2.4
python.max = 3.4
pypy.min = 1.9
pypy.max = 2.0
pypy.max = 2.2
jython.min = 2.5
jython.max = 2.7