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.

Drop requirement Python < 3.9?

See original GitHub issue

Hi @fwitte,

is the requirement that Python is < 3.9 really needed? I mean does it really not work under 3.9 or is it simply not tested on 3.9?

If the later is the case then I would be very happy if you would drop the requirement!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
bilkecommented, Apr 22, 2022

FYI: Looks like CoolProp recently added support for newer Pythons: https://github.com/CoolProp/CoolProp/pull/2097. Although they did not yet release a new version because they want to get some feedback: https://github.com/CoolProp/CoolProp/issues/2119.

1reaction
fwittecommented, Mar 19, 2021

Hi @bilke, thank you for the hint. I will look into it on Monday next week. Originally, I remember that there was some trouble with CoolProp and Python 3.9 (https://github.com/CoolProp/CoolProp/issues/1981). I did not yet recheck, I’ll let you know once I did. Best regards and have a nice weekend

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dropping support for older Python versions
This mechanism can be used to drop support for older Python versions, by amending the “Requires-Python” attribute in the package metadata. This guide...
Read more >
Dropping python <=3.9 support for next version of Frappe ...
If you're an app developer, you probably need to bump the python version to 3.10 or higher in any automated test suites you're...
Read more >
pyOpenSSL · PyPI
The minimum cryptography version is now 3.3. Drop support for Python 3.5. Deprecations: Changes: Raise an error when an ...
Read more >
Managing environments | Documentation - Poetry
pyenv install 3.9.8 pyenv local 3.9.8 # Activate Python 3.9 for the current ... Finally, you can delete existing virtual environments by using...
Read more >
PIP Install Pythonnet - A quick read - ActiveState
Try a faster and easier way to work with Python packages and libraries, and building from source. Use Python 3.9 by ActiveState and...
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