3
0
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:
James Lu 2019-12-22 23:12:27 -08:00
parent 44770fb6d1
commit 847c26cd7b
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -79,6 +79,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='IRC services relay',