changeset 6604:6116a0208449

topic: formally drop compatibility with hg 4.9 through 5.5
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 26 Oct 2023 14:31:37 -0300
parents 674543291ffe
children 595d52e0a063
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu Oct 26 14:31:03 2023 -0300
+++ b/hgext3rd/topic/__init__.py	Thu Oct 26 14:31:37 2023 -0300
@@ -238,8 +238,8 @@
 
 __version__ = b'1.2.0.dev0'
 
-testedwith = b'4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5'
-minimumhgversion = b'4.9'
+testedwith = b'5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5'
+minimumhgversion = b'5.6'
 buglink = b'https://bz.mercurial-scm.org/'
 
 configtable = {}