Skip to content

Commit

Permalink
Bumped minimum calibre version to get python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSimone committed Feb 27, 2024
1 parent 1e3f264 commit 0fba80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class KoboMetadata(Source):
name = "Kobo Metadata"
author = "NotSimone"
version = (1, 4, 0)
minimum_calibre_version = (2, 82, 0)
minimum_calibre_version = (5, 0, 0)
description = _("Downloads metadata and covers from Kobo")

capabilities = frozenset(("identify", "cover"))
Expand Down

0 comments on commit 0fba80e

Please sign in to comment.