Skip to content

Commit 36e071f

Browse files
committed
Fix #310. Remove python 3.4 references
1 parent 6216314 commit 36e071f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- '3.7'
77
- '3.8'
88
- '3.9'
9+
- '3.10'
910

1011
matrix:
1112
include:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ include = [
3535
"Bug Tracker" = "https://github.com/SAML-Toolkits/python3-saml/issues"
3636

3737
[tool.poetry.dependencies]
38-
python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
38+
python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
3939
lxml = ">=4.6.5, !=4.7.0"
4040
xmlsec = ">=1.3.9"
4141
isodate = ">=0.6.1"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'Intended Audience :: System Administrators',
1515
'Operating System :: OS Independent',
1616
'Programming Language :: Python :: 2.7',
17-
'Programming Language :: Python :: 3.4',
1817
'Programming Language :: Python :: 3.5',
1918
'Programming Language :: Python :: 3.6',
2019
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)