setup.py: add minimum python requirement (#287)
This commit is contained in:
@@ -4,7 +4,7 @@ description_file = README.md
|
||||
description_content_type = text/markdown
|
||||
home_page = https://github.com/aliparlakci/bulk-downloader-for-reddit
|
||||
keywords = reddit, download, archive
|
||||
version = 2.0.3
|
||||
version = 2.0.0
|
||||
author = Ali Parlakci
|
||||
author_email = parlakciali@gmail.com
|
||||
maintainer = Serene Arc
|
||||
@@ -16,7 +16,6 @@ classifiers =
|
||||
Natural Language :: English
|
||||
Environment :: Console
|
||||
Operating System :: OS Independent
|
||||
requires_python = >=3.9
|
||||
platforms = any
|
||||
|
||||
[files]
|
||||
|
||||
Reference in New Issue
Block a user