this post was submitted on 07 Jul 2023
36 points (97.4% liked)

Python

6265 readers
39 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

VS Code is dropping Python 3.7 support in September 2023 and with the following Python releases they are planning to drop support of a Python version in the first extension release of the year following after EOL.

top 9 comments
sorted by: hot top controversial new old
[–] AlmightySnoo 11 points 1 year ago (2 children)

I haven't used VS Code in a while but I don't see how? If I remember correctly as long as there's a language server it should be fine?

(also OP, your post is linking to a PNG image 😁)

[–] [email protected] 3 points 1 year ago

They say that it will continue to work anyway in unsupported mode:) Like they won't fix anything related to it. Also, some syntax may become absolute, I guess.

[–] [email protected] 2 points 1 year ago

also OP, your post is linking to a PNG image 😁

Thanks! It's either image or url. Got it:)

[–] [email protected] 8 points 1 year ago (3 children)

Ugh, this gives me mixed feelings. I personally know several projects, mostly internal ones at a few companies, that still rely on this version of Python.

I can't decide however if I'm more bothered that they're dropping support for 3.7 or that I know people who are still using it.

[–] [email protected] 14 points 1 year ago (1 children)

My general opinion for libraries is that it's fair to stop supporting Python versions as soon as they're EOL. It's unfair to ask maintaners to have to juggle supporting 6 or more Python versions at once, mostly for the benefit of a few companies who haven't updated yet.

I think it's also fair here, you'll still be able to use older versions, you just won't get the newest features, which clearly isn't your number 1 priority if you're still using Python 3.7.

[–] [email protected] 5 points 1 year ago

In my opinion that expectation is tantamount to pushing your maintenance costs on somebody else. I've worked at places that felt they were entitled to it, but I'm thinking you've hired people to work on this project surely you can find some funding to maintain it.

I have gripes with how some of those projects were run.

[–] [email protected] 5 points 1 year ago

Still using it with Python 3.6 lol. You just have to pin the version of the Python extension to 2022.8.1

[–] [email protected] 1 points 1 year ago

I know people that still use Python 2.7 and even pay a third-party vendor for its support. I won't call any names of cause:)

[–] knifer 3 points 1 year ago

Seems support is being deprecated, but they say it should continue to work for the foreseeable future: https://code.visualstudio.com/updates/v1_80#_deprecation-of-python-37-support