Skip to content

Conversation

@Andrej730
Copy link
Contributor

Not sure if it's still required-required by pytype - I haven't investigated, but wanted to document as it is the current conformance requirement.

Source:

def run_tests(self, test_files: Sequence[str]) -> dict[str, str]:
# Specify 3.11 for now to work around the fact that pytype
# currently doesn't support 3.12 and emits an error when
# running on 3.12.
options = pytype_config.Options.create(python_version=(3, 11), quick=True)
loader = pytype_loader.create_loader(options)

@Andrej730
Copy link
Contributor Author

Closing after #2010

@Andrej730 Andrej730 closed this Jul 21, 2025
@Andrej730 Andrej730 deleted the conformance-py311 branch July 21, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant