M Makefile +1 -1
@@ 26,6 26,6 @@ tests-%:
# latest Ubuntu LTS release (2.8.2 for 14.04 LTS) may be dropped if they
# interfere with new development. The latest released minor version should be
# listed for each major version; earlier minor versions are not needed.
-all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-@
+all-version-tests: tests-2.8.2 tests-3.0.1 tests-3.1 tests-3.2.2 tests-3.3 tests-3.4 tests-@
.PHONY: tests all-version-tests
M hggit/__init__.py +1 -1
@@ 55,7 55,7 @@ demandimport.ignore.extend([
'collections',
])
-testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3'
+testedwith = '2.8.2 3.0.1 3.1 3.2.2 3.3 3.4'
buglink = 'https://bitbucket.org/durin42/hg-git/issues'
cmdtable = {}