Skip to content

Commit 8270d52

Browse files
Update testparse.py: tentatively change default parser python version
1 parent f0cc920 commit 8270d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/test/testparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_parser(testcase: DataDrivenTestCase) -> None:
4747
elif testcase.file.endswith("python313.test"):
4848
options.python_version = (3, 13)
4949
else:
50-
options.python_version = defaults.PYTHON3_VERSION
50+
options.python_version = sys.version_info
5151

5252
source = "\n".join(testcase.input)
5353

0 commit comments

Comments
 (0)