From 5e5c06d9db53c41e33e0a32bc966d33dc13c68d6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 1 Sep 2019 19:45:42 -0700 Subject: [PATCH] Drop support for Python 3.4 (EOL) --- .travis.yml | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1312c3..7ac0a8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ dist: xenial sudo: false language: python python: - - "3.4" - "3.5" - "3.6" - "3.7" diff --git a/README.md b/README.md index 39634f7..d91724e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [webchatlink]: https://webchat.overdrivenetworks.com/?channels=dev [![Travis-CI Build Status](https://travis-ci.org/jlu5/SupyPlugins.svg?branch=master)](https://travis-ci.org/jlu5/SupyPlugins) -![Supported Python versions](https://img.shields.io/badge/python-3.4%20and%20later-blue.svg) +![Supported Python versions](https://img.shields.io/badge/python-3.5%20and%20later-blue.svg) [![Live chat](https://img.shields.io/badge/IRC-live%20chat%20%C2%BB-green.svg)][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! @@ -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`. -**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: