MAINT: Remove Python 3.5 support (#1948)

* MAINT: Remove Python 3.5 support

* Delete .travis.yml

Co-authored-by: bl-ue <bl-ue@users.noreply.github.com>
This commit is contained in:
bl-ue
2021-06-13 11:57:28 -04:00
committed by GitHub
parent d00f1e6adf
commit 5f986a3ef2
3 changed files with 4 additions and 52 deletions

View File

@ -23,7 +23,7 @@ Useful links
Requirements
------------
Python 3.5 or above.
Python 3.6 or above.
Installation
------------
@ -134,10 +134,10 @@ applied directly, but should instead be manually inspected. E.g.:
Note that there isn't a comma at the end of the line. The last argument is
treated as the reason why a suggestion cannot be automatically applied.
There can also be multiple suggestions but any automatic fix will again be
disabled::
clas->class, clash, disabled because of name clash in c++
Development Setup