Skip to content

Commit

Permalink
Merge pull request #82 from avdata99/patch-1
Browse files Browse the repository at this point in the history
pysqml2 7.4 requires python 3.9
  • Loading branch information
duskobogdanovski committed Feb 15, 2023
2 parents 9943fb2 + 88d4cc5 commit b2c6cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -79,7 +79,7 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
namespace_packages=['ckanext'],

install_requires=['pysaml2>=6.5.1'],
install_requires=['pysaml2>=6.5.1,<7.4'],

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
Expand Down

0 comments on commit b2c6cfc

Please sign in to comment.