Skip to content

Commit

Permalink
move to 0.790 by default (which is compatible with Python 3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Belotti committed Jun 27, 2021
1 parent d3b9d1b commit daf060f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ this file to the `deps()` function in `@mypy_integration//repositories:deps.bzl`
`mypy_integration_deps(...)`:

```
mypy==0.750
mypy==0.790
```

鉂o笍 Ensure that your selected MyPy version is compatible with your Python version. Incompatibilities can produce [obscure looking errors](https://github.com/thundergolfer/bazel-mypy-integration/issues/38).
Expand Down
2 changes: 1 addition & 1 deletion current_mypy_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mypy==0.750
mypy==0.790
2 changes: 1 addition & 1 deletion third_party/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mypy==0.750
mypy==0.790

0 comments on commit daf060f

Please sign in to comment.