add support for pypy 2.2
This commit is contained in:
parent
ff22989b05
commit
b64279be0d
@ -1,5 +1,7 @@
|
|||||||
Changes with version
|
Changes with version
|
||||||
|
|
||||||
|
*) Added support for pypy 2.2
|
||||||
|
|
||||||
*) Relint with newer pylint
|
*) Relint with newer pylint
|
||||||
|
|
||||||
*) Fix locale problem with the setup script on python3.
|
*) Fix locale problem with the setup script on python3.
|
||||||
|
@ -21,7 +21,7 @@ name = rjsmin
|
|||||||
python.min = 2.4
|
python.min = 2.4
|
||||||
python.max = 3.4
|
python.max = 3.4
|
||||||
pypy.min = 1.9
|
pypy.min = 1.9
|
||||||
pypy.max = 2.0
|
pypy.max = 2.2
|
||||||
jython.min = 2.5
|
jython.min = 2.5
|
||||||
jython.max = 2.7
|
jython.max = 2.7
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user