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 3825cb7 commit 005f81aCopy full SHA for 005f81a
git/config.py
@@ -41,7 +41,7 @@
41
42
T_ConfigParser = TypeVar('T_ConfigParser', bound='GitConfigParser')
43
44
-if sys.version_info[:2] < (3, 7):
+if sys.version_info[:3] < (3, 7, 2):
45
from collections import OrderedDict
46
OrderedDict_OMD = OrderedDict
47
else:
0 commit comments