changeset 51832 | 905bc9d0a149 |
parent 51830 | 454feddab720 |
child 51844 | 3f0db3b6bf14 |
--- a/setup.py Tue Sep 10 21:19:36 2024 +0200 +++ b/setup.py Tue Sep 10 22:26:23 2024 +0200 @@ -5,11 +5,9 @@ # 'python setup.py --help' for more options import os -# Mercurial can't work on 3.6.0 or 3.6.1 due to a bug in % formatting -# in bytestrings. supportedpy = ','.join( [ - '>=3.6.2', + '>=3.8.0', ] )