Skip to content

Commit

Permalink
meta: plugin actually requires Sopel 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jun 8, 2024
1 parent 4f8270a commit fe08162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ classifiers = [
]
requires-python = ">=3.8, <4"
dependencies = [
"sopel>=7",
"sopel>=7.1",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion sopel_slap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe08162

Please sign in to comment.