add python3.8 to environment

pull/19/head
Marius Kriegerowski 2021-01-10 22:53:13 +01:00 zatwierdzone przez Florian Ludwig
rodzic 30582f4cac
commit 0e594582d1
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,11 +1,12 @@
dist: trusty
dist: xenial
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
matrix:
allow_failures:

Wyświetl plik

@ -32,6 +32,7 @@ setup(
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Communications',
'Topic :: Internet'
],

Wyświetl plik

@ -7,6 +7,7 @@ ignore =
envlist =
py36,
py37,
py38,
coverage,
flake8,
check-manifest