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

extend Python versions support #36

Open
afranck64 opened this issue Mar 21, 2022 · 1 comment
Open

extend Python versions support #36

afranck64 opened this issue Mar 21, 2022 · 1 comment

Comments

@afranck64
Copy link
Member

The selected minimum Python version is 3.9 while versions 3.6 to 3.8 still account to more than ~80% of Python installations (for websites).

Dropping the encoding parameter for logging.basicConfig (or having a special handling for python>=3.9) and using string annotations for unions could help extend the supported versions.

@pythonbrad
Copy link
Member

OK, thanks for this issue.
In function of the dependencies used, this will be the future requirements if the issue is solved.
Requires: Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., !=3.4.*, <4

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

2 participants