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

Prevent package from installing on Python < 3.6 #195

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

dolfinus
Copy link
Contributor

@dolfinus dolfinus commented Dec 16, 2023

#163 dropped support of Python < 3.6, but haven't set minimal Python version in setup.py. Currently only classifiers are set, which are just additional information used for search, these values are not checked during package installation.

Adding python_requires to setup.py to allow package managers to check that package is compatible only with Python >= 3.6.

fix #188

@eemeli eemeli merged commit ac21b16 into projectfluent:main Mar 10, 2024
@dolfinus dolfinus deleted the patch-1 branch March 10, 2024 09:58
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.

Consider adding python_requires=">=3.6" to setup.py
2 participants