Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf92378

Browse files
authored
Bump typed-ast version, recommend Python 3.8 for tests (#6278)
1 parent f255137 commit bf92378

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ it takes a bit longer. For more details, read below.
2727
To reformat the code, check for common problems, and
2828
run the tests, you need to prepare a
2929
[virtual environment](https://docs.python.org/3/tutorial/venv.html)
30-
with the necessary libraries installed. To do this, run:
30+
with the necessary libraries installed using Python 3.8 or newer.
3131

32+
To do this, run:
3233
```
3334
$ python3 -m venv .venv3
3435
$ source .venv3/bin/activate

requirements-tests-py3.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
mypy==0.910
22
pytype==2021.11.2
3-
typed-ast==1.4.3
43
black==21.9b0
54
flake8==4.0.1
65
flake8-bugbear==21.9.2

stubs/typed-ast/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.4.*"
1+
version = "1.5.*"

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ objects at runtime.
1313
objects at runtime.
1414

1515
To run the tests, follow the [setup instructions](../CONTRIBUTING.md#preparing-the-environment)
16-
in the `CONTRIBUTING.md` document.
16+
in the `CONTRIBUTING.md` document. In particular, we recommend running with Python 3.8 or newer.
1717

1818
## mypy\_test.py
1919

0 commit comments

Comments
 (0)