Skip to content

Clarify supported Python versions in installation docs #1675

@Sodas0

Description

@Sodas0
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions