Clarify currently supported Python versions

The Python 3.8 build currently fails on travis, this should be dealt with in a future PR along with updating the travis config and pyproject.toml
This commit is contained in:
Peter Schmidbauer 2019-11-12 18:50:51 +01:00
parent 7f46d1a40a
commit 3080d501f2
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@ homepage = "https://jrnl.sh"
repository = "https://github.com/jrnl-org/jrnl"
[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.6.0, <3.8.0"
pyxdg = "^0.26.0"
cryptography = "^2.7"
passlib = "^1.7"