diff hggit/__init__.py @ 1031:2d6b240319ef

compat: update hg versions we test against
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 24 Jul 2017 16:05:17 -0500 (2017-07-24)
parents 620a1095f3a9
children 631d42fbf8a2
line wrap: on
line diff
--- a/hggit/__init__.py
+++ b/hggit/__init__.py
@@ -80,7 +80,7 @@
 __version__ = '0.8.7'
 
 testedwith = ('2.8.2 2.9.2 3.0.2 3.1.2 3.2.4 3.3.3 3.4.2 3.5.2 3.6.3 3.7.3'
-              '3.8.4 3.9.2 4.0.2 4.1.3 4.2-rc')
+              '3.8.4 3.9.2 4.0.2 4.1.3 4.2.2 4.3-rc')
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}