Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding setuptools as a dependency for python 3.12+ #271

Conversation

leblocks
Copy link
Contributor

Description

Adding setuptools packages as a requirement for python version >= 3.12

Related Stories

none

Breaking

NO

cryptography
setuptools; python_version >= '3.12'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why add the python_version requires?
we can also support older python versions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a feeling, that since we need this only on python versions which doesn't have setuptools built in, it will be safer to do it like that. So we won't break deps on other python versions.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. looks good, am confirming

@nahumtimerman nahumtimerman merged commit 967eaf9 into QualiSystems:master Jul 21, 2024
1 check failed
@leblocks leblocks deleted the 15551_shellfoundry_setuptools_dependency branch July 21, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants