[PATCH 6 of 7] hglib setup.py: clearly indicate supported Python versions

Mathias De Mare mathias.de_mare at nokia.com
Tue Mar 14 08:26:38 UTC 2023


# HG changeset patch
# User Mathias De Mare <mathias.de_mare at nokia.com>
# Date 1678375134 -3600
#      Thu Mar 09 16:18:54 2023 +0100
# Node ID c1d60b0bf6f30b40fac5084132f0c0d266dfae82
# Parent  39d40bcfb312dc51dc609bf2c169dbd38ac41b89
hglib setup.py: clearly indicate supported Python versions

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -43,12 +43,12 @@ setup(
                                        'README')).read(),
     classifiers=[
         'Programming Language :: Python',
-        'Programming Language :: Python :: 2.4',
-        'Programming Language :: Python :: 2.5',
-        'Programming Language :: Python :: 2.6',
-        'Programming Language :: Python :: 2.7',
-        'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
 
     ],
     license='MIT',



More information about the Mercurial-devel mailing list