question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support python3.9

See original GitHub issue

in 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
eschmidbauercommented, Oct 11, 2021

will do, thank you!

0reactions
iver56commented, Oct 11, 2021

Sure. Would you like to make a pull request? Remember to bump the python-version in .github/workflows/ci.yml as well

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found