github-team-sync icon indicating copy to clipboard operation
github-team-sync copied to clipboard

Is python 3.6 supported?

Open GolanTrevize10 opened this issue 3 years ago • 6 comments

In the Readme file it says it needs Python 3.4+, but in the pipfile it says it requires 3.9

GolanTrevize10 avatar May 04 '22 15:05 GolanTrevize10

@GolanTrevize10 it will function if you use 3.6... unfortunately the Pipfile only allows for a single version of Python to be required, so we can't set a minimum version and have it pick something newer. If you change the Pipfile to be 3.6 it should still function, as I don't believe we're using any of the 3.7+ features.

primetheus avatar May 05 '22 13:05 primetheus

It looks like it does not work with latest pipenv version because it does not support 3.6. So I will try with 3.9

GolanTrevize10 avatar May 06 '22 14:05 GolanTrevize10

In the Readme file it says it needs Python 3.4+, but in the pipfile it says it requires 3.9

VanyaBerzoi avatar May 20 '22 14:05 VanyaBerzoi

It is not possible to make it work in Python 3.4 unless you use an older version of pipenv

GolanTrevize10 avatar May 20 '22 14:05 GolanTrevize10

Unfortunately pipenv is limited to declaring only a single version in the file. The code itself works when not using pipenv, or if you use an older version of pipenv. I don't know the best way to handle that, since it's technically not a limitation of this app, but of pipenv (by design). I'm open to suggestions, whether we update the README, or however else we want to handle it

primetheus avatar Oct 11 '22 14:10 primetheus

@GolanTrevize10 I opened #144 to clarify... would like your input on that, if you have time 🙏🏽

primetheus avatar Oct 11 '22 14:10 primetheus