Dropped minimum Python version to 3.6
This commit is contained in:
parent
e1511acde0
commit
df3c16f24d
|
@ -4,7 +4,7 @@ version = "0.4.3"
|
||||||
description = "Federated blocklist management for Mastodon"
|
description = "Federated blocklist management for Mastodon"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.6"
|
||||||
keywords = ["mastodon", "fediblock"]
|
keywords = ["mastodon", "fediblock"]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Justin Warren"}, {email = "justin@eigenmagic.com"}
|
{name = "Justin Warren"}, {email = "justin@eigenmagic.com"}
|
||||||
|
@ -17,6 +17,10 @@ classifiers = [
|
||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.10",
|
"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 = [
|
dependencies = [
|
||||||
"requests",
|
"requests",
|
||||||
|
|
Loading…
Reference in New Issue