tailhook / vagga-box

A virtualbox wrapper around vagga
9 stars 4 forks source link

Python 3.5 requirement? #2

Closed a-urth closed 7 years ago

a-urth commented 7 years ago

As for current implementation python>=3.5 is required to run vagga-box due to changes in pathlib. Same issue was in vagga-docker. So we can add implicit requirement for python>=3.5 or make same fix as for vagga-docker. What do You think?

tailhook commented 7 years ago

I've added a description in README.rst. What do you mean by "implicit requirement"? Should I add an assertion on sys.version_info? If yes, where it should be, in setup.py or in script that is started?

a-urth commented 7 years ago

I think readme is enough.