contributors icon indicating copy to clipboard operation
contributors copied to clipboard

Update supported versions of Python

Open pydanny opened this issue 7 years ago • 4 comments

Doesn't officially support Python 3.6 or 3.7

pydanny avatar Sep 30 '18 16:09 pydanny

We now support version 3.6 #69 .

@bilesanmiahmad can you work on this to make it support version 3.7 and 3.8?

wadleo avatar Aug 12 '19 16:08 wadleo

@wadleo sure I can work on this

bilesanmiahmad avatar Aug 12 '19 16:08 bilesanmiahmad

@bilesanmiahmad you can look at this PR #69 for guidance.

Also, you may have to recreate your virtualenv with the -p flag and pass the python version to it. Since you are using Ubuntu, it will be look like virtualenv -p python3.8 env

Then you can run the do python setup install and you can now test the app to see it it will be compatible with this python version

wadleo avatar Aug 12 '19 17:08 wadleo

OK, thank you for the guidelines.

bilesanmiahmad avatar Aug 12 '19 20:08 bilesanmiahmad