changeset 1972:04ce84b7b9d1

testedwith: update to 3.9 This is might still 3.7 compatible but I'm no longer running the test and I would says the user base is small enough to not care.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 11 Aug 2016 22:52:49 +0200
parents ec4924ea8bc6
children e97458bf53be
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu Aug 11 22:50:58 2016 +0200
+++ b/hgext3rd/topic/__init__.py	Thu Aug 11 22:52:49 2016 +0200
@@ -53,7 +53,7 @@
               'topic.stack.state.unstable': 'red',
              }
 
-testedwith = '3.7'
+testedwith = '3.9'
 
 def _contexttopic(self):
     return self.extra().get(constants.extrakey, '')