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

3.8 feature... #6

Open
PySimpleGUI opened this issue Mar 10, 2024 · 5 comments
Open

3.8 feature... #6

PySimpleGUI opened this issue Mar 10, 2024 · 5 comments

Comments

@PySimpleGUI
Copy link

I see in the readme that > Python 3.8 is required. What feature of 3.8 is used that's created this requirement?

@Klavionik
Copy link
Owner

Hey, thanks for asking! I guess it's safe to say that no particular feature that requires Python 3.8 is used.

If you wonder why then copykitten doesn't support earlier Python versions, the answer is that Python 3.8 is the oldest maintained version of Python. 3.7 has reached EOL in 2023.

@PySimpleGUI
Copy link
Author

Thanks much for the reply! I haven't run across a project that actively requires that a maintained version of python be used. It leaves a lot of users out of your pool of potential users.

I found this site really educational in learning how many people are using each version of Python.

https://pypistats.org/packages/__all__

I've had the "big tent" approach.... everyone's welcome, although I did recently drop 3.4 and 3.5 from being supported. Thanks much for the info! Very educational.

@PySimpleGUI
Copy link
Author

https://pypistats.org/packages/pyperclip

Here's a snapshot of pyperclip's users:

image

image

While not huge, 3.6, 3.7 represent 13% of the project's installs from PyPI.

@Klavionik
Copy link
Owner

Klavionik commented Mar 10, 2024

I see your point. I guess I could build for Python 3.7, as it won't require many changes to the build process. Not sure if I'm going to do this, but I'll consider it.

@PySimpleGUI
Copy link
Author

There are no "right" answers to these things. I've enjoyed the discussion and learn from interacting with developers like you. I really appreciate the chat.

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