mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
mark support for python 3.7
This commit is contained in:
parent
7d4c798c6a
commit
f666640fff
3 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
language: python
|
||||
dist: xenial # minimal version required for python 3.7 support
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
- "3.7-dev" # until 3.7 is officially supported by travis this is only (simple) way to test it
|
||||
- "nightly"
|
||||
|
||||
matrix:
|
||||
|
|
|
@ -61,7 +61,7 @@ Development
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
python3.6 -m venv .venv
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
|
||||
3. Install dependencies
|
||||
|
|
2
setup.py
2
setup.py
|
@ -47,6 +47,8 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
keywords = 'monero cryptocurrency',
|
||||
test_suite='tests',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue