From 92187b7f42b6ea8dab6624611b9933e99da76d14 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 25 Feb 2024 21:17:37 +0100 Subject: [PATCH] Update plugins.md Changes supported python version to 3.10 and above --- usage-guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage-guide/plugins.md b/usage-guide/plugins.md index a110a7f..579ef98 100644 --- a/usage-guide/plugins.md +++ b/usage-guide/plugins.md @@ -7,7 +7,7 @@ You can view a list of approved plugins via the ``?plugins registry`` command or To get approved and officially verified, you need to ensure you follow these guidelines: -* Supporting Python 3.8 (and above). +* Supporting Python 3.10 (and above). * No malicious intent. * The plugin cannot be a feature pending to be added into [Modmail](https://github.com/modmail-dev/modmail/issues). You can submit a PR to add it to the core Modmail. * Core Modmail still needs to 100% function.