From fe081627582aee550f98227398f04eb83a63f12c Mon Sep 17 00:00:00 2001 From: dgw Date: Fri, 7 Jun 2024 23:22:05 -0500 Subject: [PATCH] meta: plugin actually requires Sopel 7.1 --- pyproject.toml | 2 +- sopel_slap/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abcc0c5..d2cd3c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ ] requires-python = ">=3.8, <4" dependencies = [ - "sopel>=7", + "sopel>=7.1", ] [project.urls] diff --git a/sopel_slap/plugin.py b/sopel_slap/plugin.py index 9e16821..b1235f5 100644 --- a/sopel_slap/plugin.py +++ b/sopel_slap/plugin.py @@ -5,7 +5,7 @@ Original slap.py copyright 2009, Michael Yanovich, yanovich.net. -This rewritten & packaged version for Sopel 7+: +This rewritten & packaged version for Sopel 7.1+: Copyright 2023, dgw, technobabbl.es https://sopel.chat