Skip to content

Commit

Permalink
drop support for python 3.6 (end of life) (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster authored Feb 17, 2023
1 parent 1b080e7 commit d93bda7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ matrix:
env: TOXENV=py38
- python: "3.7"
env: TOXENV=py37
- python: "3.6"
env: TOXENV=py36

install:
- pip install --upgrade tox
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Installation

pip install jsonlines

The supported Python versions are 3.6+.
The supported Python versions are 3.7+.


User guide
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers =

[options]
packages = jsonlines
python_requires = >=3.6
python_requires = >=3.7
install_requires =
attrs>=19.2.0
typing_extensions; python_version < "3.8"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py310,py39,py38,py37,py36,linters
envlist = py310,py39,py38,py37,linters

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit d93bda7

Please sign in to comment.