Skip to content

Commit 93f4270

Browse files
committed
Drop python3.4 support
Python3.4 is not supported anymore by lxml. Since lots of distribution handle python3.5 by default and because it breaks the CI, it looks obvious to drop it.
1 parent da5f678 commit 93f4270

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.4'
54
- '3.5'
65
- '3.6'
76

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# python3-saml changelog
2+
### 1.7.1 (unrelease)
3+
* Drop python3.4 support
4+
25
### 1.7.0 (Jul 02, 2019)
36
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
47
* Added get_in_response_to method to Response and LogoutResponse classes

0 commit comments

Comments
 (0)