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

Add min required python version #219

Open
Rotzbua opened this issue Feb 3, 2025 · 0 comments
Open

Add min required python version #219

Rotzbua opened this issue Feb 3, 2025 · 0 comments

Comments

@Rotzbua
Copy link

Rotzbua commented Feb 3, 2025

Currently there is no clear statement which python versions are supported or supposed to work.
The only hint it the automated test which are

python-version: ['3.9.1', '3.11']

Usually there is a python_requires which defines the oldest supported (tested) python version. Most libraries sync their supported versions with the officially supported python versions.

Some more reasons from AI:

  • Compatibility Check: It helps to ensure your package is installed only on compatible Python versions.
  • Better User Experience: Users will be notified if their Python version is incompatible with your package, preventing installation issues.
  • Automated Tools: Tools like pip will respect this requirement and prevent the installation of your package on incompatible Python versions.
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

No branches or pull requests

1 participant