Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.9 compatibility #92

Closed
lucasrodes opened this issue Jul 26, 2020 · 2 comments
Closed

Python 3.9 compatibility #92

lucasrodes opened this issue Jul 26, 2020 · 2 comments
Assignees
Projects

Comments

@lucasrodes
Copy link
Owner

Python 3.9 is on its way. whatstk should be tested so as to make it compatible with it.

References:

@lucasrodes lucasrodes self-assigned this Jul 26, 2020
@lucasrodes lucasrodes added this to TO DO in Road Map Nov 1, 2020
@lucasrodes
Copy link
Owner Author

lucasrodes commented Nov 1, 2020

As this packet depends on several, python 3.9 support from these libraries is a requirement:

  • numpy (currently v1.19.3): supports python 3.9. pip install works.
  • pandas (currently v1.1.4): supports python 3.9. pip install works.
  • emoji (currently v0.6.0). not specified. pip install works.
  • plotly (currently v4.12.0): No according to pyreadiness. pip install works.
  • python-lorem (currently v1.1.2): not specified. pip install works.
  • scipy (currently v1.5.3): No according to pyreadiness. To be released soon. pip install does not works.
  • seaborn (currently v0.11.0): No according to pyreadiness. pip install works.
  • certifi (currently v2020.6.20): No according to pyreadiness. To be released soon. pip install works.

@lucasrodes lucasrodes moved this from TO DO to BACKLOG in Road Map Nov 2, 2020
@lucasrodes
Copy link
Owner Author

As of today, the following dependencies are compatible with python 3.7, 3.8, and 3.9. 3.6 support removed.

emoji==0.6.0
numpy==1.19.5
pandas==1.2.0
plotly==4.14.3
python-lorem==1.1.2
scipy==1.6.0
seaborn==0.11.1
certifi==2020.12.5

@lucasrodes lucasrodes moved this from BACKLOG to DONE in Road Map Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant