Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Update supported versions of Python #147

Open
pydanny opened this issue Sep 30, 2018 · 4 comments
Open

Update supported versions of Python #147

pydanny opened this issue Sep 30, 2018 · 4 comments
Assignees
Labels

Comments

@pydanny
Copy link
Owner

pydanny commented Sep 30, 2018

Doesn't officially support Python 3.6 or 3.7

@wadleo
Copy link
Collaborator

wadleo commented Aug 12, 2019

We now support version 3.6 #69 .

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

@bilesanmiahmad
Copy link
Contributor

@wadleo sure I can work on this

@wadleo
Copy link
Collaborator

wadleo commented Aug 12, 2019

@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

@bilesanmiahmad
Copy link
Contributor

OK, thank you for the guidelines.

@wadleo wadleo added the good first issue good first issue label Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants