Python 3.5 Support???
See original GitHub issueThe docs imply discretize
still supports Python 3.5 (see this) yet there are f-strings (F-strings were introduced in Python 3.6) in:
I see there are no CI tests for Python 3.5
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Python Release Python 3.5.10
This is standard Python policy; Python releases get five years of support and are then retired. If you're still using Python 3.5, ...
Read more >Python - endoflife.date
Release Released Security Support
3.11 2 months ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2...
3.10 1 year and...
Read more >Python programming: Version 3.5 is now out of support, so ...
As of October 2, Python 3.5 is now out of support, which means there will be no more bug fixes or security patches...
Read more >Python 3.5 support table for most popular Python packages
What can I do? There can be many reasons a package is still supporting Python 3.5: If you are package maintainer, it's time...
Read more >Python 3.5 Support? - Forums - IBM
IBM's technical support site for all IBM products and services including self help and the ability to engage with IBM support engineers.
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
Hey @banesullivan, I’m certainly in favor of dropping 3.5 support at this point, and also agree that the CI should be done on all current python versions, I’ve been working on getting this all setup using azure pipelines and that engine, which will allow us to have a centralized testing of the package on all OS’s and all versions. It’s also slightly faster than travis’s images.
I’m down for dropping 3.5 support … after that though I think discretize’s CIs should test all versions of python >3.5 as quite a number of other libraries have it as a dependency these days.
It may be good to hard set what versions of python are compatible… e.g >3.5,❤️.9 to prevent something like this from happening again