# HG changeset patch # User Mads Kiilerich # Date 1617963999 14400 # Node ID dceaee61b164c0ce05b7381d919d56997e7a52eb # Parent 4071f4df98c3492f12b07518a0857b51b0de86c4 pytype: support 2021.4.1 on Python 3.9 diff -r 4071f4df98c3 -r dceaee61b164 pytype_requirements.txt --- 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