[Update proposal] Propose Python minimum version support updates #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Tribe!
The Tribe proposal in PR #3 about "using a fixed Python minimum supported version" is becoming outdated at the fast pace that the Python foundation is implementing for their releases (see https://endoflife.date/python). The minimum Python 3.6 that was agreed back then has already been declared End Of Life (EOL). Keeping Conan running with unsupported Python versions suppose and increasing challenge as time passes, involving breaking dependencies (Conan dependencies no longer supported EOL versions), and security risks if those dependencies cannot be updated.
Therefore, we propose a moving minimum supported Python version, that will extend 12 months over the official Python EOL. That means that Conan 2.0 launch will still support Python 3.6, but some time after it launch, in December 2022, it might start to require Python 3.7.
We know that this could be a challenging requirement for some orgs that can't upgrade Python versions easily, so as always we will try our best to extend as much as possible the backwards compatibility. But at some point it can really become a burden for evolution and a security liability.