Mercurial > forks > mercurial
changeset 53228:4a2b57c6554e
pycompat: drop support for Python 3.8 (BC)
This Python version is EOL since 2024-10-07. It is time to drop it.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 02 Apr 2025 22:13:27 +0200 |
parents | d91e8c216134 |
children | ea930d49aa9d |
files | pyproject.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pyproject.toml Mon Apr 28 16:22:06 2025 +0200 +++ b/pyproject.toml Wed Apr 02 22:13:27 2025 +0200 @@ -14,7 +14,7 @@ ] description="Fast scalable distributed SCM (revision control, version control) system" readme = "README.rst" -requires-python = ">=3.8" +requires-python = ">=3.9" license={text = "GNU GPLv2 or any later version"} classifiers=[ "Development Status :: 6 - Mature",