# HG changeset patch # User Mads Kiilerich # Date 2021-04-09 12:26:39 # Node ID dceaee61b164c0ce05b7381d919d56997e7a52eb # Parent 4071f4df98c3492f12b07518a0857b51b0de86c4 pytype: support 2021.4.1 on Python 3.9 diff --git a/pytype_requirements.txt b/pytype_requirements.txt --- a/pytype_requirements.txt +++ b/pytype_requirements.txt @@ -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