Python 3.6 was EOL'd in Dec 2021. However, we've continued to support it because the Ubuntu LTS 18.04 release installed it by default and 18.04 isn't EOL until April 2023:
|
3.6.15 3.6.14 3.6.13 3.6.12 3.6.11 3.6.10 3.6.9 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 |
|
3.6.2 3.6.1 3.6.0 3.5.10 3.5.8 3.5.7 3.5.6 3.5.5 3.5.4 3.5.3 |
But we're starting to run into various issues where 3.6 is forcing us to include hacky workarounds:
So this is a placeholder ticket to track any discussions around timing, things that we'll need to update/remove, etc.
If you're a user of Dependabot who is still on Python 3.6 and you cannot upgrade for some reason, please chime in here explaining your use case.
Python 3.6 was EOL'd in Dec 2021. However, we've continued to support it because the Ubuntu LTS
18.04release installed it by default and18.04isn't EOL until April 2023:dependabot-core/python/lib/dependabot/python/python_versions.rb
Lines 18 to 19 in cf448a9
But we're starting to run into various issues where
3.6is forcing us to include hacky workarounds:3.6, includingpoetry,pip,pipenvandpip-tools.22.04is blocked because3.6conflicts with itsopensslversionSo this is a placeholder ticket to track any discussions around timing, things that we'll need to update/remove, etc.
If you're a user of Dependabot who is still on Python 3.6 and you cannot upgrade for some reason, please chime in here explaining your use case.