remove python max restriction

This commit is contained in:
ndparker 2015-10-06 21:55:32 +02:00
parent 50edd2fbf3
commit 4eb1d8b17a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Changes with version
*) Lift max restrictions for CPython and Jython as well.
*) Lift max restrictions for pypy versions. Added pypy3 support.
Submitted by https://github.com/tony

View File

@ -19,11 +19,9 @@
name = rjsmin
python.min = 2.4
python.max = 3.4
pypy.min = 1.9
pypy3.min = 2.4
jython.min = 2.5
jython.max = 2.7
version.number = 1.0.10