Skip to content

Bad python_requires in setup.py prevent build #1

@Lyamc

Description

@Lyamc

setup.py needs to be updated so that

    python_requires=">=3.*",

is changed to

    python_requires="==3.*",

Fixes this error:

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in justlog setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.*'
      [end of output]

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