Skip to content

README advertises Python 3.8 but dependencies require 3.10 #6

Description

@kriptoburak

The README badge currently advertises Python 3.8+, and the prerequisites say only Python 3.x. However, the current dependency set cannot be installed on that documented runtime:

  • requirements.txt requires tweepy>=4.16.0, which needs Python 3.9+.
  • requirements.txt requires click>=8.2.1, which needs Python 3.10+.

Dependency resolution therefore fails below Python 3.10 before the application can run.

Suggested fix: update the badge and prerequisites to Python 3.10+ so the documented compatibility matches the complete dependency contract.

Evidence:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions