Skip to content

Commit aa6f503

Browse files
committed
Django master up to version 4.0
1 parent f87fbb6 commit aa6f503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
2626
name='djangosaml2',
27-
version='1.0.1',
27+
version='1.0.1-1',
2828
description='pysaml2 integration for Django',
2929
long_description=read('README.rst'),
3030
classifiers=[
@@ -56,7 +56,7 @@ def read(*rnames):
5656
zip_safe=False,
5757
install_requires=[
5858
'defusedxml>=0.4.1',
59-
'Django>=2.2,<4',
59+
'Django>=2.2,<5',
6060
'pysaml2>=6.5.0',
6161
],
6262
tests_require=[

0 commit comments

Comments
 (0)