Considering dropping support for Python 3.7 #2004
Replies: 1 comment 3 replies
-
Hmm... I think I was partly responsible for the Current stable has Python 3.11: Note that Buster is still LTS supported until June 2024: On the other hand, regular non-LTS support for Buster ended in September 2022: Note also that Python 3.7 is no longer supported as of June 2023: So I'd say it's reasonably safe to drop support. |
Beta Was this translation helpful? Give feedback.
-
I keep running into features that are not supported in Python 3.7.
The latest example is the reason the tests are currently failing.
start
only got added insum()
in Python 3.8: https://docs.python.org/3/library/functions.html#sum.The NumPy support table is one I see other projects employ. It says that NumPy dropped support for Python 3.7 on Dec 26, 2021, which was quite a long time ago.
What do we think about dropping that support? Is anyone still on Python 3.7?
Beta Was this translation helpful? Give feedback.
All reactions