[build] specific version of cx_freeze on old python versions

This commit is contained in:
Fabien Castan 2020-09-05 01:26:02 +02:00
parent 95ca37d9fc
commit 2c3c2a73a9

View file

@ -1,6 +1,7 @@
# packaging
cx_Freeze
# use cx_Freeze==5.1.1 for Python-2
cx_Freeze==5.1.1;python_version<"3.5"
cx_Freeze;python_version>="3.5"
# testing
pytest