changeset 1531:fb0652923435

hg: prune old unsupported versions
author Augie Fackler <raf@durin42.com>
date Thu, 31 Aug 2017 01:19:56 -0400
parents 9a3b2b3fe4ce
children ae01b360320b
files hgsubversion/__init__.py tox.ini
diffstat 2 files changed, 2 insertions(+), 7 deletions(-) [+]
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 = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4 3.5 3.6 3.7 3.8'
+testedwith = '3.7 3.8 3.9 4.0 4.1 4.2 4.3'
 
 import os
 import sys
--- a/tox.ini
+++ b/tox.ini
@@ -1,14 +1,9 @@
 [tox]
-envlist = hg32,hg33,hg34,hg35,hg36,hg37,hg38,hg39,hg40,hg41,hg42,hg43
+envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43
 
 [testenv]
 deps=
     nose
-    hg32: Mercurial==3.2.4
-    hg33: Mercurial==3.3.3
-    hg34: Mercurial==3.4.2
-    hg35: Mercurial==3.5.2
-    hg36: Mercurial==3.6.3
     hg37: Mercurial==3.7.3
     hg38: Mercurial==3.8.3
     hg39: Mercurial==3.8.3