diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 08:28:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 08:28:12 +0000 |
commit | a2a6a4f8b3b569bd8de07735bf5dc12df40366e0 (patch) | |
tree | b6eb187d592b9e73eba28b6e138b34dc17399cf0 /CONTRIBUTING.md | |
parent | Adding upstream version 4.66.4. (diff) | |
download | tqdm-77a59ac63d7e349f6406c54bacba84f5f5a798e4.tar.xz tqdm-77a59ac63d7e349f6406c54bacba84f5f5a798e4.zip |
Adding upstream version 4.66.5.upstream/4.66.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 533a8ab..6f8f2a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ Note: to install all versions of the Python interpreter that are specified in [tox.ini](https://github.com/tqdm/tqdm/blob/master/tox.ini), you can use `MiniConda` to install a minimal setup. You must also ensure that each distribution has an alias to call the Python interpreter -(e.g. `python311` for Python 3.11's interpreter). +(e.g. `python312` for Python 3.12's interpreter). ### Alternative unit tests with pytest |