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

Don't install package on Python below 3.8 #1417

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

dolfinus
Copy link
Contributor

@dolfinus dolfinus commented May 1, 2024

#1413 removed Python 3.7 from a list of supported Python versions. But minio-py still can be installed on Python 3.7.
If some next release introduces any change not compatible with 3.7 (e.g. walrus operator or some new typing annotations), users with this Python version should explicitly add an upper limit for package version, to avoid breaking changes.

Added python_requires to setup.py which prevents installing this package on Python below 3.8.

@dolfinus dolfinus mentioned this pull request May 1, 2024
@dolfinus
Copy link
Contributor Author

dolfinus commented Jun 1, 2024

Is this going to be merged?

@harshavardhana harshavardhana merged commit ffe9045 into minio:master Jun 14, 2024
15 checks passed
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