We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005f81a commit 76c1c8dCopy full SHA for 76c1c8d
git/config.py
@@ -41,7 +41,7 @@
41
42
T_ConfigParser = TypeVar('T_ConfigParser', bound='GitConfigParser')
43
44
-if sys.version_info[:3] < (3, 7, 2):
+if sys.version_info[:2] < (3, 7):
45
from collections import OrderedDict
46
OrderedDict_OMD = OrderedDict
47
else:
0 commit comments