Skip to content

Python version classifiers #7

Closed
@jayvdb

Description

@jayvdb

All versions 2.6,2.7,3.3+ are in the classifiers.

https://github.com/moremoban/pypi-mobans/blob/master/templates/setup.py.jj2#L64

That is extremely rare these days, with lots of tools breaking on py26 and py33, and many packages moving to py3 only, or even py34/py35 only in order to use the new syntax they provide which is not backwards compatible.

A simple approach is to provide a 'minimum python version' defaulting to 2.6, and then (possibly a latter enhancement) add a more complicated 'unsupported python versions' which defaults to 3.0-3.2

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