-
-
Notifications
You must be signed in to change notification settings - Fork 279
[FEAT]: 🌄 Sunset Python 3.6
#607
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
Labels
type: feature
A new enhacement proposal
Comments
I'm good with this. @woile What do you think? Users using 3.6 can still use version < current version |
I'm good with this too. |
noirbizarre
added a commit
to noirbizarre/commitizen
that referenced
this issue
Dec 5, 2022
Fixes commitizen-tools#607 BREAKING CHANGE: Python 3.6 is not supported anymore
4 tasks
noirbizarre
added a commit
to noirbizarre/commitizen
that referenced
this issue
Dec 6, 2022
Fixes commitizen-tools#607 BREAKING CHANGE: Python 3.6 is not supported anymore
noirbizarre
added a commit
to noirbizarre/commitizen
that referenced
this issue
Dec 6, 2022
Fixes commitizen-tools#607 BREAKING CHANGE: Python 3.6 is not supported anymore
noirbizarre
added a commit
to noirbizarre/commitizen
that referenced
this issue
Dec 7, 2022
Fixes commitizen-tools#607 BREAKING CHANGE: Python 3.6 is not supported anymore
noirbizarre
added a commit
to noirbizarre/commitizen
that referenced
this issue
Dec 12, 2022
Fixes commitizen-tools#607 BREAKING CHANGE: Python 3.6 is not supported anymore
noirbizarre
added a commit
to noirbizarre/commitizen
that referenced
this issue
Dec 12, 2022
Fixes commitizen-tools#607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Dec 13, 2022
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Dec 21, 2022
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Jan 21, 2023
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Jan 23, 2023
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Jan 25, 2023
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Feb 11, 2023
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
Lee-W
pushed a commit
that referenced
this issue
Mar 2, 2023
Fixes #607 BREAKING CHANGE: Python 3.6 is not officially supported anymore. Please migrate from 3.6 to 3.7 or greater.
4 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Python 3.6
reached its end of life on 2021-12-23 (see also PEP 602).In attempting to update
pyproject.toml
dependencies, some packages are requiringPython >= 3.7
, which may warrant retiring3.6
.Possible Solution
Please add a
DeprecationWarning
forPython 3.6
to give existing users time to update their code bases and issue an agreed-upon sunset date forPython 3.6
support.Additional context
See PR #605 for discussion of some CI workflows that are failing due to outdated dependencies.
Additional context
No response
The text was updated successfully, but these errors were encountered: