-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
- I have marked all applicable categories:
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand StackOverflow#tqdm is more appropriate)
- I have visited the source website, and in particular
read the known issues - I have searched through the issue tracker for duplicates
- I have mentioned version numbers, operating system and
environment, where applicable:
import tqdm, sys
print(tqdm.__version__, sys.version, sys.platform)
The installation instructions in the README (https://github.com/tqdm/tqdm#installation) do not mention the supported Python versions for tqdm. This would be helpful for users with older environments or when debugging version compatibility.
I suggest adding a line such as: "tqdm officially supports Python 3.7 and above."
Let me know if a PR for this would be welcome.
Metadata
Metadata
Assignees
Labels
No labels