changeset 8869:dceaee61b164

pytype: support 2021.4.1 on Python 3.9
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 09 Apr 2021 06:26:39 -0400
parents 4071f4df98c3
children 01e123180339
files pytype_requirements.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pytype_requirements.txt	Fri Apr 09 06:27:17 2021 -0400
+++ b/pytype_requirements.txt	Fri Apr 09 06:26:39 2021 -0400
@@ -1,5 +1,5 @@
-# Note: pytype currently only supports Python3.8
-pytype == 2021.1.8
+# Note: we support pytype on Python3.9
+pytype==2021.4.1
 # optional modules that we want for pytype checking
 ipython
 kajiki