# HG changeset patch # User Augie Fackler # Date 1504156796 14400 # Node ID fb06529234353a2a056dd0d2f045c74415b357e1 # Parent 9a3b2b3fe4ced34c5083753449f4562b9aecec40 hg: prune old unsupported versions diff --git a/hgsubversion/__init__.py b/hgsubversion/__init__.py --- 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 diff --git a/tox.ini b/tox.ini --- 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