Skip to content

Commit

Permalink
Start to remove python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
VeNoMouS committed Sep 27, 2020
1 parent 9ec4730 commit 85ee8a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sudo: false

matrix:
include:
- python: '2.7'
- python: '3.5'
- python: '3.6'
- python: '3.7'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Alternatively, clone this repository and run `python setup.py install`.

# Dependencies

- Python 2.7 - 3.x
- Python 3.x
- **[Requests](https://github.com/kennethreitz/requests)** >= 2.9.2
- **[requests_toolbelt](https://pypi.org/project/requests-toolbelt/)** >= 0.9.1

Expand Down Expand Up @@ -568,4 +568,4 @@ print(
shell=True
)
)
```
```
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Software Development :: Libraries :: Python Modules'
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tox]
envlist = py27, py35, py36, py37
envlist = py35, py36, py37
skip_missing_interpreters = true


[testenv]
deps =
-rrequirements.txt
Expand Down

0 comments on commit 85ee8a4

Please sign in to comment.