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

remove support for EOL python 3.7 #309

Open
3 tasks
aleks-sch opened this issue Sep 1, 2023 · 1 comment
Open
3 tasks

remove support for EOL python 3.7 #309

aleks-sch opened this issue Sep 1, 2023 · 1 comment

Comments

@aleks-sch
Copy link
Contributor

python 3.7 is EOL as-of June-2023

I propose removing 3.7, and will submit associated PR, from

according to this SO post we should then increment major version.


handily, this will enable using one of my favourite 3.8+ features of f-string self-documenting expressions e.g. f'{var=}'

var = "foo"
print(f"some {var=}")
@mountainrambler
Copy link
Contributor

Looking forward to PR. Now that Colab is 3.9 it makes sense to drop 3.7.

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