Skip to content

Commit 93c8eea

Browse files
authored
Merge branch 'master' into documentation-fix
2 parents 6863fea + 3159945 commit 93c8eea

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
cache: pip
33
python:
44
- '2.7'
5-
- '3.3'
65
- '3.4'
76
- '3.5'
87
- '3.6.3' # explicit branch used for deploying

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more details see the `Amadeus for Developers Portal
1414
Installation
1515
------------
1616

17-
This SDK requires Python 2.7+ or 3.3+. You can install it directly with pip.
17+
This SDK requires Python 2.7+ or 3.4+. You can install it directly with pip.
1818

1919
.. code:: sh
2020

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
'Operating System :: OS Independent',
3333
'Programming Language :: Python',
3434
'Programming Language :: Python :: 2.7',
35-
'Programming Language :: Python :: 3.3',
3635
'Programming Language :: Python :: 3.4',
3736
'Programming Language :: Python :: 3.5',
3837
'Programming Language :: Python :: 3.6',

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py33,py34,py35,py36
2+
envlist = py27,py34,py35,py36
33

44
[testenv]
55
commands =
@@ -17,7 +17,6 @@ usedevelop=True
1717

1818
[tox:travis]
1919
2.7 = py27
20-
3.3 = py33
2120
3.4 = py34
2221
3.5 = py35
2322
3.6 = py36

0 commit comments

Comments
 (0)