Skip to content

Commit 01af33f

Browse files
Attempt to fix build by using Python 3.8.5 in Travis (#111)
1 parent 9282bc7 commit 01af33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: linux
22
language: python
33
python:
4-
- "3.8"
4+
- "3.8.5"
55
dist: bionic
66
group: beta
77

0 commit comments

Comments
 (0)