Skip to content

Commit

Permalink
Limit setuptools install to version greater than 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lhendrick-t10 committed Jul 19, 2024
1 parent b43bad1 commit 2e7d6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'pyyaml',
],
extras_require={
'configure': ['setuptools'],
'configure': ['setuptools; python_version >= "3.12"'],
'saml': ['xmltodict'],
'fuzzy': ['python-levenshtein'],
'console': ['awsume-console-plugin'],
Expand Down

0 comments on commit 2e7d6ac

Please sign in to comment.