Skip to content

Wheel should no long be "universal" after Python 2.7 dropped #383

@YKdvd

Description

@YKdvd

The last version which supported Python 2.7 was apparently 0.18.0. "setup.py" seems to have changed appropriately to

python_requires=">=3.5",

which keeps pip from installing anything new than 0.18.0 via PiPi.
But if you look at the PyPi download page, you see this:

Built Distribution
[python_dotenv-0.19.2-py2.py3-none-any.whl ]
Uploaded Nov 11, 2021 py2 py3

where the wheel is falsely advertising "py2" compatibility. I think you need to remove this from "setup.cfg" [bdist] section

universal = 1

so that you don't build a universal wheel anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions