mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 06:26:14 +02:00
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:
parent
7f46d1a40a
commit
3080d501f2
3 changed files with 5 additions and 3 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -385,7 +385,7 @@ pytz = "*"
|
|||
|
||||
[metadata]
|
||||
content-hash = "9896cf59c7552b6ad95219ee5555c7445a3fab39c2e4f4c6f3d991a36635e44b"
|
||||
python-versions = "^3.7"
|
||||
python-versions = ">=3.6.0, <3.8.0"
|
||||
|
||||
[metadata.hashes]
|
||||
appdirs = ["9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92", "d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue