Bump typed-ast version, recommend Python 3.8 for tests (#6278)

This commit is contained in:
Shantanu
2021-11-12 02:53:42 -08:00
committed by GitHub
parent f2551376ae
commit bf92378722
4 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,9 @@ it takes a bit longer. For more details, read below.
To reformat the code, check for common problems, and
run the tests, you need to prepare a
[virtual environment](https://docs.python.org/3/tutorial/venv.html)
with the necessary libraries installed. To do this, run:
with the necessary libraries installed using Python 3.8 or newer.
To do this, run:
```
$ python3 -m venv .venv3
$ source .venv3/bin/activate

View File

@@ -1,6 +1,5 @@
mypy==0.910
pytype==2021.11.2
typed-ast==1.4.3
black==21.9b0
flake8==4.0.1
flake8-bugbear==21.9.2

View File

@@ -1 +1 @@
version = "1.4.*"
version = "1.5.*"

View File

@@ -13,7 +13,7 @@ objects at runtime.
objects at runtime.
To run the tests, follow the [setup instructions](../CONTRIBUTING.md#preparing-the-environment)
in the `CONTRIBUTING.md` document.
in the `CONTRIBUTING.md` document. In particular, we recommend running with Python 3.8 or newer.
## mypy\_test.py