Skip to content

remove support for EOL python 3.7 #309

@aleks-sch

Description

@aleks-sch

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=}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions