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
|
@ -1,6 +1,8 @@
|
|||
dist: xenial # required for Python >= 3.7
|
||||
language: python
|
||||
python: "3.7"
|
||||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
git:
|
||||
depth: false
|
||||
before_install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue