python 3.8 support

This commit is contained in:
Maciej Urbanski 2019-10-30 02:44:37 +01:00 committed by Michał Sałaban
parent 02ba5df0a6
commit 019d0b6427
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,11 @@
language: python
dist: xenial # minimal version required for python 3.7 support
sudo: false
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
matrix:
include:
- python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
sudo: true
allow_failures:
python: "nightly"

View File

@ -51,6 +51,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords = 'monero cryptocurrency',