Skip to content

Commit 59dce0d

Browse files
committed
Conformance - document Python 3.11 requirement for pytype tests
1 parent 0b9fed8 commit 59dce0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Test cases use the following conventions:
5757
To run the conformance test suite:
5858
* Clone the https://github.com/python/typing repo.
5959
* Create and activate a Python 3.12 virtual environment.
60+
* Ensure Python 3.11 is also installed (required for pytype tests to run).
6061
* Switch to the `conformance` subdirectory and install all dependencies (`pip install -r requirements.txt`).
6162
* Switch to the `src` subdirectory and run `python main.py`.
6263

0 commit comments

Comments
 (0)