mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
remove python 3.6 from dependencies
This commit is contained in:
parent
c64a17e97c
commit
5455158ea0
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ homepage = "https://jrnl.sh"
|
|||
repository = "https://github.com/jrnl-org/jrnl"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6.0, <3.9.0"
|
||||
python = ">=3.7.0, <3.9.0"
|
||||
pyxdg = "^0.26.0"
|
||||
cryptography = "^3.0"
|
||||
passlib = "^1.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue