Limit SAML support to Python <= 3.10
Review Request #12592 — Created Sept. 12, 2022 and submitted
Information | |
---|---|
maubin | |
Review Board | |
release-5.0.x | |
Reviewers | |
reviewboard | |
The
python3-saml
in our SAML dependencies requireslxml < 4.7.1
, however this
fails to compile on Python 3.11. This change skips the SAML dependencies when
setting up for Python 3.11.
Ran
python3.11 ./setup.py develop
successfully.
Summary |
---|
Description | From | Last Updated |
---|---|---|
There's a trailing space and a missing period. Can you add a space around the </<= operators throughout the comment? |
|
-
-
dev-requirements.txt (Diff revision 1) There's a trailing space and a missing period.
Can you add a space around the
<
/<=
operators throughout the comment?

Change Summary:
Add space around the
<
and<=
operators.
Summary: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
||||||||||||
Commits: |
|
||||||||||||
Diff: |
Revision 2 (+13 -5) |