Submitter | phabricator |
---|---|
Date | March 2, 2022, 3:44 p.m. |
Message ID | <differential-rev-PHID-DREV-w2yf6lnzhcclzz7dnrdo-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50606/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -13,15 +13,7 @@ # bug link: https://bugs.python.org/issue25270 supportedpy = ','.join( [ - '>=2.7.4', - '!=3.0.*', - '!=3.1.*', - '!=3.2.*', - '!=3.3.*', - '!=3.4.*', - '!=3.5.0', - '!=3.5.1', - '!=3.5.2', + '>=3.5.3', '!=3.6.0', '!=3.6.1', ] @@ -37,7 +29,6 @@ def sysstr(s): return s.decode('latin-1') - else: libdir_escape = 'string_escape'