Drop support for Python 3.7 and 3.8 (#1412)

* Remove Python 3.7 and 3.8 from github actions workflows

* Update lockfile after running poetry update a couple times

* Update poetry lock

* Remove Python 3.7 and 3.8 from pyproject.toml and run poetry lock
This commit is contained in:
Micah Jerome Ellison 2022-02-12 14:07:56 -08:00 committed by Jonathan Wren
parent 44e56fb53d
commit c6fa22b4f6
4 changed files with 168 additions and 190 deletions

View file

@ -27,7 +27,7 @@ classifiers = [
"Funding" = "https://opencollective.com/jrnl"
[tool.poetry.dependencies]
python = ">=3.7.0, <3.12"
python = ">=3.9.0, <3.12"
ansiwrap = "^0.8.4"
asteval = "^0.9"