-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Drop python 3.9 support #12120
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
Drop python 3.9 support #12120
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (60.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #12120 +/- ##
==========================================
+ Coverage 91.86% 91.88% +0.01%
==========================================
Files 203 203
Lines 24846 24846
==========================================
+ Hits 22826 22829 +3
+ Misses 2020 2017 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
fef66f8 to
55e9806
Compare
* Update `setup.py` to drop support for python 3.9 * Update github issue templates to not use python 3.9 as an example * Update github workflows to no longer depend on or test python 3.9 * Drop python 3.9 from the test dockerfile * Update `CONTRIBUTING.md` to correctly list what python versions we test * Update comment about some code specifically needed for a python 3.9.7 issue * Update pre-commit python version comment * Add changie doc * Update imports from click as upgrading to python 3.10 changed some click items
* Update `setup.py` to drop support for python 3.9 * Update github issue templates to not use python 3.9 as an example * Update github workflows to no longer depend on or test python 3.9 * Drop python 3.9 from the test dockerfile * Update `CONTRIBUTING.md` to correctly list what python versions we test * Update comment about some code specifically needed for a python 3.9.7 issue * Update pre-commit python version comment * Add changie doc * Update imports from click as upgrading to python 3.10 changed some click items
* Update `setup.py` to drop support for python 3.9 * Update github issue templates to not use python 3.9 as an example * Update github workflows to no longer depend on or test python 3.9 * Drop python 3.9 from the test dockerfile * Update `CONTRIBUTING.md` to correctly list what python versions we test * Update comment about some code specifically needed for a python 3.9.7 issue * Update pre-commit python version comment * Add changie doc * Update imports from click as upgrading to python 3.10 changed some click items
Resolves #12118
Problem
We were still supporting python 3.9 even though it is EOL
Solution
Drop support for python 3.9
Checklist