mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-25 20:41:19 -05:00
Bump minimum Python version to 3.8
Grapnel uses the := operator from 3.8+
This commit is contained in:
parent
13bb1bbb96
commit
a017bd135f
@ -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"),
|
||||
|
@ -1,7 +1,7 @@
|
||||
# SupyPlugins
|
||||
|
||||
[](https://drone.overdrivenetworks.com/jlu5/SupyPlugins)
|
||||

|
||||

|
||||
|
||||
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user