diff options
author | Josh Wilson <person142@users.noreply.github.com> | 2020-06-15 21:15:24 -0700 |
---|---|---|
committer | Josh Wilson <person142@users.noreply.github.com> | 2020-06-15 21:15:24 -0700 |
commit | f88547eef59bdff7074d278fb0ba52321e038aad (patch) | |
tree | 41de1b642817131526332a163d559c5731764378 /test_requirements.txt | |
parent | f3ff68e5fe874f9626fcbe85000549083f4f222a (diff) | |
download | numpy-f88547eef59bdff7074d278fb0ba52321e038aad.tar.gz |
MAINT: bump mypy version to 0.780
Closes https://github.com/numpy/numpy/issues/16538.
This allows us to run mypy in CI against Python 3.9.
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index a555b8295..ab8879045 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,5 +11,5 @@ cffi # - Mypy relies on C API features not present in PyPy # - Mypy doesn't currently work on Python 3.9 # - Python 3.6 doesn't work because it doesn't understand py.typed -mypy==0.770; platform_python_implementation != "PyPy" and python_version > "3.6" and python_version < "3.9" +mypy==0.780; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions |