mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-02 16:31:11 -05:00
Drop support for Python 3.4 (EOL)
This commit is contained in:
parent
85469f9e34
commit
5e5c06d9db
@ -2,7 +2,6 @@ dist: xenial
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
[webchatlink]: https://webchat.overdrivenetworks.com/?channels=dev
|
[webchatlink]: https://webchat.overdrivenetworks.com/?channels=dev
|
||||||
|
|
||||||
[](https://travis-ci.org/jlu5/SupyPlugins)
|
[](https://travis-ci.org/jlu5/SupyPlugins)
|
||||||

|

|
||||||
[][webchatlink]
|
[][webchatlink]
|
||||||
|
|
||||||
My collection of plugins for [Limnoria](https://github.com/ProgVal/Limnoria). This repository is provided **AS IS**, **without any warranty**! It may glitch, break, or spontaneously combust at any time. You have been warned!
|
My collection of plugins for [Limnoria](https://github.com/ProgVal/Limnoria). This repository is provided **AS IS**, **without any warranty**! It may glitch, break, or spontaneously combust at any time. You have been warned!
|
||||||
@ -17,7 +17,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`.
|
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.4+.** Python 2 users should consult the *python2-legacy* branch in Git instead. Anything older will *not* work.
|
**You will need a working copy of [Limnoria](https://github.com/ProgVal/Limnoria) running on Python 3.5+.** Python 2 users should consult the *python2-legacy* branch in Git instead. Anything older will *not* work.
|
||||||
|
|
||||||
If you are using a recent version of Limnoria's PluginDownloader, you can also fetch [individual plugins](#list-of-plugins) by running:
|
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