0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Bump min python version to 3.7

This commit is contained in:
Ivan Habunek
2023-06-22 11:51:25 +02:00
parent 653a18facc
commit 00223b3ba4
3 changed files with 4 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ setup(
'Programming Language :: Python :: 3',
],
packages=['toot', 'toot.tui', 'toot.utils'],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",