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 |
d717b4de5f1e |
children |
b303c9414190 |
files |
hgsubversion/__init__.py tox.ini |
diffstat |
2 files changed, 4 insertions(+), 3 deletions(-)
[+]
|
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
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,8 @@ deps=
hg40: Mercurial==4.0.2
hg41: Mercurial==4.1.3
hg42: Mercurial==4.2.2
- hg43: Mercurial==4.3.1
- hg44: Mercurial==4.4
+ hg43: Mercurial==4.3.3
+ hg44: Mercurial==4.4.2
+ hg45: Mercurial==4.5.2
subvertpy
commands=nosetests {posargs}