diff options
| author | Miro Hrončok <miro@hroncok.cz> | 2020-11-23 22:06:50 +0100 |
|---|---|---|
| committer | Miro Hrončok <miro@hroncok.cz> | 2020-11-23 22:08:43 +0100 |
| commit | ba63f2811d1ce380ab5098a9ed6d8c6a9e18822a (patch) | |
| tree | 1524b93316be2adf799cb807afb00bb1ca4cb516 /setup.py | |
| parent | bbc1ce368c0988b316575905cc406418f21bf3a6 (diff) | |
| download | sphinx-git-ba63f2811d1ce380ab5098a9ed6d8c6a9e18822a.tar.gz | |
Don't require typed_ast in [test] with Python 3.8+
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ extras_require = { 'pytest', 'pytest-cov', 'html5lib', - 'typed_ast', # for py35-37 + "typed_ast; python_version < '3.8'", 'cython', ], } |
