Skip to content

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