Skip to content

Add support for pre-release and development versions #312

@jwhitlock

Description

@jwhitlock

PyPi has the concept of pre-release and development versions, which could be installed with:

pip install --pre django-nose

Published pre-release versions could include PRs that "work for me", and get wider testing, such as optional builds in continuous integration environments and manual installs in personal projects. This could help move several PRs that are stuck because they do not have integration tests that demonstrate the issue or that the change fixes them.

It is possible that setuptools_scm has features that would make pre-release versions easy for maintainers.

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