mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
python 3.8 support
This commit is contained in:
parent
02ba5df0a6
commit
019d0b6427
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue