Skip to content

Commit e8b3c4c

Browse files
authored
Merge pull request #413 from g-as/feature/python_lower_bound
`python_requires`
2 parents 6d1a571 + e525348 commit e8b3c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ def read(*rnames):
6363
include_package_data=True,
6464
zip_safe=False,
6565
install_requires=["defusedxml>=0.4.1", "Django>=4.2", "pysaml2>=6.5.1"],
66+
python_requires=">=3.9",
6667
)

0 commit comments

Comments
 (0)