From 59dce0d59046c5da38c13795f6185edcece14c18 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Sat, 19 Apr 2025 13:16:58 +0500 Subject: [PATCH] Conformance - document Python 3.11 requirement for pytype tests --- conformance/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conformance/README.md b/conformance/README.md index a0a82135..c4281d9f 100644 --- a/conformance/README.md +++ b/conformance/README.md @@ -57,6 +57,7 @@ Test cases use the following conventions: To run the conformance test suite: * Clone the https://github.com/python/typing repo. * Create and activate a Python 3.12 virtual environment. +* Ensure Python 3.11 is also installed (required for pytype tests to run). * Switch to the `conformance` subdirectory and install all dependencies (`pip install -r requirements.txt`). * Switch to the `src` subdirectory and run `python main.py`.