diff --git a/.drone.jsonnet b/.drone.jsonnet index 6ad0e27..c84bc60 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -32,7 +32,6 @@ local test_with(version, use_network=false) = { }; [ - test_with("3.7"), test_with("3.8"), test_with("3.9"), test_with("3.10"), diff --git a/README.md b/README.md index 1cfebc7..56c67aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SupyPlugins [![Build Status](https://drone.overdrivenetworks.com/api/badges/jlu5/SupyPlugins/status.svg)](https://drone.overdrivenetworks.com/jlu5/SupyPlugins) -![Supported Python versions](https://img.shields.io/badge/python-3.7%20and%20later-blue.svg) +![Supported Python versions](https://img.shields.io/badge/python-3.8%20and%20later-blue.svg) My collection of plugins for [Limnoria](https://github.com/ProgVal/Limnoria). @@ -12,7 +12,7 @@ The recommended way of fetching plugins in this repository is to clone the git r and add the folder to your bot's `config directories.plugins`. -**You will need a working copy of [Limnoria](https://github.com/ProgVal/Limnoria) running on Python >= 3.7** (prefer the latest Python 3.x when available). +**You will need a working copy of [Limnoria](https://github.com/ProgVal/Limnoria) running on Python >= 3.8** (prefer the latest Python 3.x when available). If you are using a recent version of Limnoria's PluginDownloader, you can also fetch [individual plugins](#list-of-plugins) by running: