Correct unitary test with Python 3.5

This commit is contained in:
nicolargo 2022-11-19 15:57:27 +01:00
parent a5e2800807
commit ea60836cc9

View File

@ -3,5 +3,6 @@ defusedxml
packaging
future; python_version < "3.0"
ujson<3; python_version < "3.0"
ujson<4; python_version >= "3.5" and python_version < "3.6"
ujson<5; python_version >= "3.6" and python_version < "3.7"
ujson; python_version >= "3.7"