mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
Declare Python 3.8 support
Also switch CI base version from xenial to bionic.
This commit is contained in:
parent
44770fb6d1
commit
847c26cd7b
@ -1,4 +1,4 @@
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
sudo: false
|
||||
|
||||
language: python
|
||||
@ -6,6 +6,7 @@ python:
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
|
||||
install: python3 setup.py install
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user