Skip to content

Commit

Permalink
drop python 3.7 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster authored Sep 1, 2023
1 parent 7e14c7e commit 0b10645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7+.
The supported Python versions are 3.8+.


User guide
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 = py311,py310,py39,py38,py37,linters
envlist = py311,py310,py39,py38,linters

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

0 comments on commit 0b10645

Please sign in to comment.