Skip to content

Remove python upper bound #911

@edmondchuc

Description

@edmondchuc

Currently, testcontainers-python has this upper bound specified for the python version.

python = ">=3.9.2,<4.0"

In most cases, testcontainers is used as a dev dependency, but this upper bound ends up forcing downstream libraries to include the same restriction even when it’s not a true runtime dependency. This feels a bit too restrictive and adds extra maintenance burden for library authors.

Could we consider removing the upper bound? Thanks!

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