Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EOL Python versions from default config #807

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

ymyzk
Copy link
Owner

@ymyzk ymyzk commented Dec 13, 2024

Description

Removing Python versions that are not supported (2.7 to 3.8) from the default configuration for Python version. A user who needs to run mypy using an old Python version can modify the configuration to specify an old version.

Closes #726

Expected Behavior

By default, Python 3.9 to 3.13 should show up in the Python version selector.

Removing Python versions that are not supported (2.7 to 3.8) from the
default configuration for Python version. A user who needs to run mypy
using an old Python version can modify the configuration to specify an
old version.
@ymyzk ymyzk merged commit dd48a5a into master Dec 13, 2024
5 checks passed
@ymyzk ymyzk deleted the remove-eol-versions branch December 13, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Python2.7 is broken
1 participant