# HG changeset patch # User Pierre-Yves David # Date 1743624807 -7200 # Node ID 4a2b57c6554ee653665a50f8432de70733081bdc # Parent d91e8c21613443e08aadfc0a5563d36d77891669 pycompat: drop support for Python 3.8 (BC) This Python version is EOL since 2024-10-07. It is time to drop it. diff -r d91e8c216134 -r 4a2b57c6554e pyproject.toml --- 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",