Skip to content

Python Support for Batch File is Wrong #153

Closed
@tomschr

Description

@tomschr

Situation

the SVG image file in the README.rst contains the following string:

2.7 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6

However, that contradicts the setup.py metadata, which contains support for 2.7 and >=3.4.

Additionally, it seems, PyPI has some old data. When you open https://pypi.org/project/semver/ and scroll down a bit, you see:

 Programming Language
    Python
    Python :: 2
    Python :: 2.7
    Python :: 3
    Python :: 3.2
    Python :: 3.3
    Python :: 3.4
    Python :: 3.5
    Python :: 3.6

Proposed Solution

Some of these should help: 😉

  • Adjust the batch
  • Adjust the setup.py file.
  • Create a new release with the correct data

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