Skip to content

Commit 618641d

Browse files
authored
Merge pull request #185 from mapbox/pratik/deploy-version
Use python 3.8 for release
2 parents cff5160 + eeec7fd commit 618641d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ dist: bionic
33
python:
44
- '3.6'
55
- '3.7'
6+
- '3.8'
7+
68
install:
79
- pip install -U setuptools "importlib-metadata==4.8.3"
810
- pip install -r requirements.txt -e .[test]
@@ -19,5 +21,5 @@ deploy:
1921
password: $PYPI_PASSWORD
2022
distributions: "sdist bdist_wheel"
2123
on:
22-
python: 3.7
24+
python: 3.8
2325
tags: true

0 commit comments

Comments
 (0)