Skip to content

Commit e525348

Browse files
committed
setup.py: added python_requires metadata
1 parent ce59d6c commit e525348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)