drop python 2 suppot
This commit is contained in:
parent
deaa5468ec
commit
57af69c4ef
4 changed files with 3 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
env:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
**NOTICE**: If you're reading this on GitHub.com please be aware this is
|
||||
a mirror of the primary remote located at
|
||||
`https://code.richard.do/explore/projects`_. Please direct issues and
|
||||
`https://code.richard.do/richardARPANET/mega.py`_. Please direct issues and
|
||||
pull requests there.
|
||||
|
||||
I aim to write a wrapper for the SDK when i have the time to do so.
|
||||
|
|
6
setup.py
6
setup.py
|
@ -37,13 +37,7 @@ setup(
|
|||
'Intended Audience :: Developers',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py{27,37,38}-normal,lint
|
||||
envlist = py{36,37,38}-normal,lint
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue