Skip to content

Commit 1d0a513

Browse files
committed
Drop python 3.7 support because of incompatibility with xmlsec
1 parent 465ce30 commit 1d0a513

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- "3.7"
2221
- "3.8"
2322
- "3.9"
2423
- "3.10"

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ keywords = [
2323
"identity",
2424
]
2525
classifiers = [
26-
"Programming Language :: Python :: 3.7",
2726
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
@@ -32,11 +31,11 @@ classifiers = [
3231
"Topic :: Software Development :: Libraries :: Python Modules",
3332
]
3433
dependencies = [
35-
"lxml>=4.6.5,!=4.7.0",
36-
"xmlsec>=1.3.9",
34+
"lxml>=6.0.0",
35+
"xmlsec>=1.3.14",
3736
"isodate>=0.6.1",
3837
]
39-
requires-python = ">=3.7"
38+
requires-python = ">=3.8"
4039

4140
[project.urls]
4241
Homepage = "https://saml.info"
@@ -119,4 +118,4 @@ ignore_errors = true
119118

120119

121120
[tool.coverage.html]
122-
directory = "coverage_html_report"
121+
directory = "coverage_html_report"

0 commit comments

Comments
 (0)