From e5dbaea2559d44decf1a60611a3e8dc14648bbd7 Mon Sep 17 00:00:00 2001 From: fmhoeger Date: Tue, 30 Jan 2024 14:26:51 -0600 Subject: [PATCH] Update Python versions in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a45a25..f36a444 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ your environment. #### Minimum supported Python version -The minimum supported version of Python for this repository is currently `3.6.x` (23 Dec 2016). -Python plugins users must ensure to have a version `>= 3.6`. -Python plugins developers must ensure their plugin to work with all Python versions `>= 3.6`. +The minimum supported version of Python for this repository is currently `3.8.x` (14 Oct 2019). +Python plugins users must ensure to have a version `>= 3.8`. +Python plugins developers must ensure their plugin to work with all Python versions `>= 3.8`. ## More Plugins from the Community @@ -205,7 +205,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [js-api]: https://github.com/lightningd/clightningjs [ts-api]: https://github.com/runcitadel/c-lightning.ts [monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor -[nostrify]: https://github.com/joelklabo/nostrify +[nostrify]: https://github.com/joelklabo/nostrify [reckless]: https://github.com/darosior/reckless [request-invoice]: https://github.com/lightningd/plugins/tree/master/request-invoice [sauron]: https://github.com/lightningd/plugins/tree/master/sauron