Dropped minimum Python version to 3.6

This commit is contained in:
Justin Warren 2023-02-12 16:32:56 +11:00
parent e1511acde0
commit df3c16f24d
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version = "0.4.3"
description = "Federated blocklist management for Mastodon"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"
requires-python = ">=3.6"
keywords = ["mastodon", "fediblock"]
authors = [
{name = "Justin Warren"}, {email = "justin@eigenmagic.com"}
@ -17,6 +17,10 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
]
dependencies = [
"requests",