diff hgsubversion/__init__.py @ 1560:0099cf9a9a8b

testedwith: include hg 4.5 Fix up tox.ini as well.
author Augie Fackler <raf@durin42.com>
date Sat, 24 Mar 2018 17:17:36 -0400
parents ae572c9be4e6
children 4442a2f42843
line wrap: on
line diff
--- a/hgsubversion/__init__.py
+++ b/hgsubversion/__init__.py
@@ -15,7 +15,7 @@ details.
 For more information and instructions, see :hg:`help subversion`.
 '''
 
-testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4'
+testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5'
 
 import os