Skip to content

Python Version Support #13

@jacobericson

Description

@jacobericson

What versions of python are you planning to support in this plugin? Currently on pypi.org you have the version support listed as >= 3.8, but I've noticed an increased usage of the Union operator (|) and built-in types (dict, list, set, etc.) in the typing annotations. Currently we don't see any errors due to this because from __future__ import annotations converts these annotations to strings; however, this does not change the fact that should these type annotations be evaluated, it is possible we will get runtime errors on versions of python < 3.10.

It also might be worth considering that Data Workflows (Fabric hosted Airflow), uses python 3.8.17 and is impacted by this.

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