summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorJosh Wilson <person142@users.noreply.github.com>2020-06-15 21:15:24 -0700
committerJosh Wilson <person142@users.noreply.github.com>2020-06-15 21:15:24 -0700
commitf88547eef59bdff7074d278fb0ba52321e038aad (patch)
tree41de1b642817131526332a163d559c5731764378 /test_requirements.txt
parentf3ff68e5fe874f9626fcbe85000549083f4f222a (diff)
downloadnumpy-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.txt2
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