Skip to content

Commit 8aa9a6c

Browse files
authored
Support Python 3.8 (equinor#198)
1 parent 67e6191 commit 8aa9a6c

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ python:
1212
- "3.7"
1313
- "3.8"
1414

15-
jobs:
16-
fast_finish: true
17-
allow_failures:
18-
- python: "3.8"
19-
2015
before_install:
2116
- sudo apt-get -qq update
2217
- pip freeze | grep -vw "pip" | xargs pip uninstall -y

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<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>
1111
<a href="https://travis-ci.org/equinor/webviz-config"><img src="https://travis-ci.org/equinor/webviz-config.svg?branch=master"></a>
1212
<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>
13-
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.6%20|%203.7-blue.svg"></a>
13+
<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>
1414
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
1515
</p>
1616
<br/>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jinja2~=2.10",
4343
"markdown~=3.0",
4444
"pandas~=0.24",
45-
"pyarrow~=0.11",
45+
"pyarrow~=0.16",
4646
"pyyaml~=5.1",
4747
"webviz-core-components>=0.0.16",
4848
],

0 commit comments

Comments
 (0)