Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Drop support for anything earlier than Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skwashd committed Mar 1, 2019
1 parent 3016282 commit 5f5ea13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,8 +1,5 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"

Expand Down
6 changes: 1 addition & 5 deletions setup.py
Expand Up @@ -19,17 +19,13 @@
install_requires=["requests==2.21.0", "requests-cache==0.4.13"],
license="MIT",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Topic :: Internet",
"Intended Audience :: Developers",
"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.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
Expand Down

0 comments on commit 5f5ea13

Please sign in to comment.