diff hggit/__init__.py @ 993:1fec6463922b

tests: update list of hg versions we've tested with
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 12 Aug 2016 16:54:20 -0500
parents 53d514c9c7e6
children 9c15c89088fd
line wrap: on
line diff
--- a/hggit/__init__.py	Thu Aug 04 14:16:44 2016 -0700
+++ b/hggit/__init__.py	Fri Aug 12 16:54:20 2016 -0500
@@ -78,7 +78,8 @@
 
 __version__ = '0.8.5'
 
-testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6 3.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')
 buglink = 'https://bitbucket.org/durin42/hg-git/issues'
 
 cmdtable = {}