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 language: python
dist: xenial # minimal version required for python 3.7 support sudo: false
python: python:
- "2.7" - "2.7"
- "3.6" - "3.6"
- "3.7"
- "3.8"
matrix: matrix:
include:
- python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
sudo: true
allow_failures: allow_failures:
python: "nightly" python: "nightly"

View File

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