File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 python-version :
21- - " 3.7"
2221 - " 3.8"
2322 - " 3.9"
2423 - " 3.10"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ keywords = [
2323 " identity" ,
2424]
2525classifiers = [
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]
3433dependencies = [
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 ]
4241Homepage = " 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"
You can’t perform that action at this time.
0 commit comments