Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a time limit to Python version support
Currently, we are supporting Python version until their usage falls low-enough. This worked well, when we had fewer users and Python's sliding window moved slower. Adding a time limit clause helps avoid the situation that happened with Python 2.7, where support had to be maintained until an undetermined time at the point of hitting end of life. Since our metrics for determining usage levels are not particularly robust against being overrepresentative of certain usage patterns and we're seeing this in the current usage numbers, this also ensures that the maintainers of Python's packaging tooling aren't indefinitely subsidising the cost of operation for organisational users, for organisations that are using EOL Python versions.
- Loading branch information