Skip to content

Commit

Permalink
Support Python 3.8 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Feb 10, 2020
1 parent 67e6191 commit 8aa9a6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ python:
- "3.7"
- "3.8"

jobs:
fast_finish: true
allow_failures:
- python: "3.8"

before_install:
- sudo apt-get -qq update
- pip freeze | grep -vw "pip" | xargs pip uninstall -y
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="https://github.com/equinor/webviz-config/blob/master/LICENSE"><img src="https://img.shields.io/github/license/equinor/webviz-config.svg?color=dark-green"></a>
<a href="https://travis-ci.org/equinor/webviz-config"><img src="https://travis-ci.org/equinor/webviz-config.svg?branch=master"></a>
<a href="https://www.codacy.com/manual/webviz/webviz-config?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=equinor/webviz-config&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/1d7a659ea4784aa396ac1cb101c8e678"></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.6%20|%203.7-blue.svg"></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8-blue.svg"></a>
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jinja2~=2.10",
"markdown~=3.0",
"pandas~=0.24",
"pyarrow~=0.11",
"pyarrow~=0.16",
"pyyaml~=5.1",
"webviz-core-components>=0.0.16",
],
Expand Down

0 comments on commit 8aa9a6c

Please sign in to comment.