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:
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.txtrequirestweepy>=4.16.0, which needs Python 3.9+.requirements.txtrequiresclick>=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:
Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/README.md
Line 5 in b637c31
Twitter-auto-Post-Bot---X.com---Tweepy-python-bot/README.md
Lines 55 to 57 in b637c31