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

Potential enhancements after dropping python 3.7 #7917

Open
1 task
sklam opened this issue Mar 16, 2022 · 2 comments
Open
1 task

Potential enhancements after dropping python 3.7 #7917

sklam opened this issue Mar 16, 2022 · 2 comments
Labels

Comments

@sklam
Copy link
Member

sklam commented Mar 16, 2022

There was a suggestion on dropping python 3.7 after Numba 0.56 release. This issue keep tracks of potential enhancements after python 3.7 is dropped.

The following list will be expanded as needed.

@sklam sklam added the Task label Mar 16, 2022
@seibert
Copy link
Contributor

seibert commented Mar 16, 2022

With Python 3.8, we can always use theimportlib.metadata module that is part of the standard library. That let's us drop a dependency, and likely results in more consistency. (See 169d106 )

@seibert
Copy link
Contributor

seibert commented Mar 16, 2022

Are there interesting compiler-related uses for https://peps.python.org/pep-0578/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants