Skip to content

Commit

Permalink
Bump typed-ast minimum to 1.4.3 for 3.10 compat (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 authored and JelleZijlstra committed Nov 16, 2021
1 parent c39e6b5 commit eae5ef5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -7,6 +7,7 @@
### _Black_

- Add new `--workers` parameter (#2514)
- Bumped typed-ast version minimum to 1.4.3 for 3.10 compatiblity (#2519)

### _Blackd_

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -44,7 +44,7 @@ mypy_extensions = ">=0.4.3"
pathspec = ">=0.8.1"
regex = ">=2020.1.8"
tomli = ">=0.2.6, <2.0.0"
typed-ast = "==1.4.2"
typed-ast = "==1.4.3"
typing_extensions = {markers = "python_version < '3.10'", version = ">=3.10.0.0"}
black = {editable = true,extras = ["d"],path = "."}
dataclasses = {markers = "python_version < '3.7'", version = ">0.1.3"}
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -88,7 +88,7 @@ def get_long_description() -> str:
extras_require={
"d": ["aiohttp>=3.7.4"],
"colorama": ["colorama>=0.4.3"],
"python2": ["typed-ast>=1.4.2"],
"python2": ["typed-ast>=1.4.3"],
"uvloop": ["uvloop>=0.15.2"],
"jupyter": ["ipython>=7.8.0", "tokenize-rt>=3.2.0"],
},
Expand Down

0 comments on commit eae5ef5

Please sign in to comment.