drop python 2 suppot

master
Richard O'Dwyer 2019-10-22 23:26:21 +01:00
parent deaa5468ec
commit 57af69c4ef
4 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,7 @@
sudo: false
language: python
python:
- 2.7
- 3.6
- 3.7
- 3.8
env:

View File

@ -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.

View File

@ -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',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,37,38}-normal,lint
envlist = py{36,37,38}-normal,lint
[testenv]
commands =