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 GitHub
parent f9a0695865
commit 117e0de5bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"