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 908fd90 commit 993a770Copy full SHA for 993a770
scripts/populate_tox/README.md
@@ -7,6 +7,20 @@ sure we support everything we claim to.
7
This `populate_tox.py` script is responsible for picking reasonable versions to
8
test automatically and generating parts of `tox.ini` to capture this.
9
10
+## Running the script
11
+
12
+You require a free-threaded interpreter with pip installed to run the script. With
13
+a recent version of `uv` you can directly run the script with the following
14
+command:
15
16
+```
17
+uv run --python 3.14t \
18
+ --with pip \
19
+ --with-requirements scripts/populate_tox/requirements.txt \
20
+ --with-editable . \
21
+ python scripts/populate_tox/populate_tox.py
22
23
24
## How it works
25
26
There is a template in this directory called `tox.jinja` which contains a
0 commit comments