support python3.9
See original GitHub issuein setup.py
, i see:
python_requires=">=3.6,<3.9",
I’m running python 3.9.5 and i was able to install this pkg by updating that to
python_requires=">=3.6,<3.9.6",
is there a specific reason this code does not support python 3.9? Thanks, Emmanuel
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What's New In Python 3.9 — Python 3.11.1 documentation
This article explains the new features in Python 3.9, compared to 3.8. Python 3.9 was released on October 5, 2020. For full details,...
Read more >Python - endoflife.date
Release Released Security Support
3.11 1 month and 4 weeks ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2...
3.10...
Read more >How to Upgrade Python to 3.9 { Windows, macOS and Linux}
If you are upgrading from another point release of Python 3 (for example, ... --install /usr/bin/python3 python3 /usr/bin/python3.9 2.
Read more >python@3.9 - Homebrew Formulae
python@3.10, 3.10.9, Interpreted, interactive, object-oriented programming language ... Unversioned and major-versioned symlinks `python`, `python3`, ...
Read more >Chapter 2. Installing and using Python
Enable the CodeReady Linux Builder repository: Copy. Copied! # subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms · Install the python3 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
will do, thank you!
Sure. Would you like to make a pull request? Remember to bump the
python-version
in .github/workflows/ci.yml as well