Drop requirement Python < 3.9?
See original GitHub issueHi @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:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top 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 >
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 Free
Top 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

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