Visual-Regression-Tracker / sdk-python

Apache License 2.0
4 stars 4 forks source link

Add support for python 3.6 and 3.9 #9

Closed dcrowe closed 4 years ago

dcrowe commented 4 years ago
dcrowe commented 4 years ago

I know the support for 3.6 is pretty dirty but doing it better would require moving away from pipenv which is a fair bit of effort. This project might be good way to go in future; it uses tox and separate requirements files for each python version: https://github.com/adamchainz/time-machine/tree/master/requirements

pashidlos commented 4 years ago

Looks awesome for me! thank you for contribution!