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

Python upgrades #13

Open
johnsekar opened this issue Jun 3, 2021 · 1 comment
Open

Python upgrades #13

johnsekar opened this issue Jun 3, 2021 · 1 comment

Comments

@johnsekar
Copy link
Contributor

Python 3.8+ introduces a lot of new inbuilt features that we currently have to import externally for lower Python versions.
(List will be updated as more features are identified)
(1) functools.cache and functools.cached_property to simplify memoization. https://docs.python.org/3/library/functools.html

@jonrkarr
Copy link
Member

jonrkarr commented Jun 3, 2021

If you're going to upgrade, if would make sense to skip to 3.9

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

No branches or pull requests

2 participants