Skip to content

Commit 32f4d24

Browse files
authored
Merge pull request SAML-Toolkits#158 from peopledoc/drop-python3.4-support
Drop python3.4 support
2 parents da5f678 + 93f4270 commit 32f4d24

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)