Skip to content

Commit

Permalink
Remove official support for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Oct 7, 2021
1 parent 1c146d8 commit 12083ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,12 @@ jobs:
- image: "python:3.6"
<<: *test

test-3.5:
docker:
- image: "python:3.5-stretch"
<<: *test


workflows:
version: 2
spellcheck_test:
jobs:
- lint
- test-3.5
- test-3.6
- test-3.7
- test-3.8
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in the root of your project directory. Each word you add should be separated by

Spelling is assumed to be in en_US.

This plugin supports python 3.5+
This plugin supports python 3.6+

Codes
-----
Expand Down

0 comments on commit 12083ef

Please sign in to comment.