Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-12-13 20:02:29 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-12-13 20:02:29 +0300
commit2c98e909bf1a6de5f689aeca908e8ccc73f181ac (patch)
tree43752eff923aac12cd786424c1f5bb7725080143 /setup.py
parent0b074c9e48dbc00137c2e94769bbe6e4685199c6 (diff)
parent5b28d77b376cad5d93942743ea1d18098b459948 (diff)
Merge branch '3.x'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 03b6164c4..a0c8ac102 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ extras_require = {
'pytest',
'pytest-cov',
'html5lib',
- 'typed_ast', # for py36-37
+ "typed_ast; python_version < '3.8'",
'cython',
],
}