Skip to content

Commit

Permalink
Clarify currently supported Python versions 3.6 - 3.7
Browse files Browse the repository at this point in the history
Tests currently fail on travis for Python 3.8, this should be dealt with in the future before adding 3.8 to pyproject.toml
  • Loading branch information
pspeter committed Nov 12, 2019
1 parent 4302cf2 commit be7de16
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 83 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dist: xenial # required for Python >= 3.7
language: python
python: "3.7"
python:
- "3.6"
- "3.7"
- "3.8"
git:
depth: false
before_install:
Expand Down
Loading

0 comments on commit be7de16

Please sign in to comment.