Skip to content

Commit

Permalink
MAINT: Remove Python 3.5 support (codespell-project#1948)
Browse files Browse the repository at this point in the history
* MAINT: Remove Python 3.5 support

* Delete .travis.yml

Co-authored-by: bl-ue <[email protected]>
  • Loading branch information
bl-ue and bl-ue authored Jun 13, 2021
1 parent d00f1e6 commit 5f986a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Useful links
Requirements
------------

Python 3.5 or above.
Python 3.6 or above.

Installation
------------
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'Operating System :: Unix',
'Operating System :: MacOS'],
platforms='any',
python_requires='>=3.5',
python_requires='>=3.6',
packages=[
'codespell_lib',
'codespell_lib.data',
Expand Down

0 comments on commit 5f986a3

Please sign in to comment.