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.
2 parents cb7ce75 + b44bba4 commit 4e87329Copy full SHA for 4e87329
.travis.yml
@@ -2,7 +2,6 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
- - "3.3"
6
- "3.4"
7
- "3.5"
8
- "3.6"
@@ -15,4 +14,4 @@ script:
15
14
- tox -e py27 -- -x --integration-tests
16
matrix:
17
allow_failures:
18
- - python: "nightly"
+ - python: "nightly"
README.md
@@ -34,7 +34,7 @@ python setup.py install
34
* python 2.6
35
* python 2.7
36
* <del>python 3.2</del> removed due to python2/3 support
37
-* python 3.3
+* <del>python 3.3</del> removed due to deprication
38
* python 3.4
39
* python 3.5
40
* pypi3 2.4.0
0 commit comments