From 019d0b6427307d75556fee08ca4a991c731fcc70 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Wed, 30 Oct 2019 02:44:37 +0100 Subject: [PATCH] python 3.8 support --- .travis.yml | 7 +++---- setup.py | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f189119..67e2773 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/setup.py b/setup.py index 4daa66f..1f5765c 100644 --- a/setup.py +++ b/setup.py @@ -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',