Skip to content

Commit aae3def

Browse files
apollo13mvantellingen
authored andcommitted
Dropped support for python 3.3 and 3.4 (EOLed).
1 parent 9e2ef3f commit aae3def

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

.azure-pipelines/job.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
Python 2.7:
1414
python.version: "2.7"
1515
TOXENV: "py27-${{ parameters.os }}"
16-
Python 3.4:
17-
python.version: "3.4"
18-
TOXENV: "py34-${{ parameters.os }}"
1916
Python 3.5:
2017
python.version: "3.5"
2118
TOXENV: "py35-${{ parameters.os }}"

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Zeep: Python SOAP client
55
A fast and modern Python SOAP client
66

77
Highlights:
8-
* Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 and PyPy
8+
* Compatible with Python 2.7, 3.5, 3.6, 3.7 and PyPy
99
* Build on top of lxml and requests
1010
* Support for Soap 1.1, Soap 1.2 and HTTP bindings
1111
* Support for WS-Addressing headers

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Zeep: Python SOAP client
55
A fast and modern Python SOAP client
66

77
Highlights:
8-
* Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 and PyPy
8+
* Compatible with Python 2.7, 3.5, 3.6, 3.7 and PyPy
99
* Build on top of lxml and requests
1010
* Support for Soap 1.1, Soap 1.2 and HTTP bindings
1111
* Support for WS-Addressing headers

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
'Programming Language :: Python :: 2',
8787
'Programming Language :: Python :: 2.7',
8888
'Programming Language :: Python :: 3',
89-
'Programming Language :: Python :: 3.4',
9089
'Programming Language :: Python :: 3.5',
9190
'Programming Language :: Python :: 3.6',
9291
'Programming Language :: Python :: 3.7',

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37}-{mac,linux,windows},pypy
2+
envlist = py{27,35,36,37}-{mac,linux,windows},pypy
33

44

55
[testenv]

0 commit comments

Comments
 (0)