Deprecate / remove support for Python 3.8 #10817
Labels
F: dependency-deprecations
Detecting, avoiding or removing deprecated versions
L: python
python
Dependabot pull requests that update Python code
T: tech-debt ⚙️
Code improvement description
Python 3.8 is now EOL'd by upstream:
So we should probably:
dependabot-core
add it to the Python deprecated versions so it triggers a warning on the jobs.My personal opinion: I think we should move quickly to deprecate it with an aggressive "unsupported" date, but other than that it's okay if we're a little slow to actually delete the
3.8
code... just so long as we no longer guarantee support for it.The text was updated successfully, but these errors were encountered: