Closed
Description
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
Labels
No labels