Skip to content

Commit 46fd668

Browse files
authored
Use typed-ast from git for 3.10 for now
python/typed_ast#156
1 parent dfcdf50 commit 46fd668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci.sh

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ python -c "import sys, struct, ssl; print('#' * 70); print('python:', sys.versio
6969
python -m pip install -U pip setuptools wheel
7070
python -m pip --version
7171

72+
python -m pip install 'typed-ast @ git+https://github.com/python/typed_ast; python_version >= "3.10"'
73+
7274
python setup.py sdist --formats=zip
7375
python -m pip install dist/*.zip
7476

0 commit comments

Comments
 (0)