Skip to content

Relax top end of Python version range specifier? #161

Closed
@seansfkelley

Description

@seansfkelley

Would it be possible to relax the Python version specifier

python_requires=">=2.7,!=3.0,!=3.1,!=3.2,!=3.3,<3.9",

to not put a cap on the highest supported version? This is singlehandedly requiring all of the repos in my product to specify the same < rules as fluent-logger-python even though we control our Python version and generally support the latest release.

Does fluent-logger-python do anything sufficiently weird that you would expect it to break on minor language versions? #148 suggests "not really", and I would prefer to not block our language upgrades on fluent-logger-python when the duck types are likely to just work!

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