We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7ec9b commit e71d93bCopy full SHA for e71d93b
.travis.yml
@@ -5,7 +5,6 @@ env:
5
matrix:
6
- PYTHON_VERSION="2.6"
7
- PYTHON_VERSION="2.7"
8
- - PYTHON_VERSION="3.3"
9
- PYTHON_VERSION="3.4"
10
- PYTHON_VERSION="3.5"
11
sudo: false
setup.py
@@ -39,7 +39,6 @@ def get_info(name):
39
"Programming Language :: Python :: 2.6",
40
"Programming Language :: Python :: 2.7",
41
"Programming Language :: Python :: 3",
42
- "Programming Language :: Python :: 3.3",
43
"Programming Language :: Python :: 3.4",
44
"Programming Language :: Python :: 3.5",
45
]
0 commit comments