-
Notifications
You must be signed in to change notification settings - Fork 22
Remove Python 3.8 from list of Programming Languages #1855
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
Remove Python 3.8 from list of Programming Languages #1855
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
I think it would be a good idea to add a check for python version requirement in setup. |
Yes, we can think about that. But it's definitely out of the scope for that PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @antonwolfy
Co-authored-by: Anton <[email protected]>
Co-authored-by: Anton <[email protected]> 35419ce
Co-authored-by: Anton <[email protected]>
The PR removes
Python 3.8
as aProgramming Language
from the meta data, becausedpnp
package for python 3.8 will no longer be provided.