Drop Python 3.3 support

I just want to write beautiful code. Why would you not use
the latest version of Py2 or Py3 anyway?
This commit is contained in:
Lucidiot 2018-07-12 08:41:22 +02:00
parent e305f24687
commit f09700aaa5
No known key found for this signature in database
GPG Key ID: EBF1E4380B837807
3 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ env:
language: python
cache: pip
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View File

@ -1,2 +1 @@
requests>=2.16.0
enum34>=1.1.3

View File

@ -29,7 +29,6 @@ setup(
"Natural Language :: English",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"