We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6dec4 commit 148c42cCopy full SHA for 148c42c
pytype/pytype_source_utils.py
@@ -126,7 +126,7 @@ def list_pytype_files(suffix):
126
127
# When our open-source tests run on GitHub Actions, we install a Python 3.7
128
# interpreter for vm_test.
129
-CUSTOM_PY37_EXE = "/opt/hostedtoolcache/Python/3.7.12/x64/bin/python3.7"
+CUSTOM_PY37_EXE = "/opt/hostedtoolcache/Python/3.7.13/x64/bin/python3.7"
130
131
132
def get_custom_python_exe(python_version):
pytype/tests/test_pickle1.py
@@ -189,7 +189,7 @@ def f(x: UserDict.UserDict) -> None: ...
189
190
def test_class_decorator(self):
191
foo = """
192
- from typing import final
+ from typing_extensions import final
193
@final
194
class A:
195
def f(self): ...
0 commit comments