Skip to content

v1.3.4

Choose a tag to compare

@hicinformatic hicinformatic released this 09 Jun 15:51
· 18 commits to main since this release
ci: install local pymissive before django-pymissive

Install the editable ../python-pymissive before "pip install -e .[test]" so
its unreleased version satisfies the "pymissive>=x.y.z" constraint. Otherwise
pip resolves the bumped version from PyPI (where it is not published yet) and
fails before the local package is installed.

Co-authored-by: Cursor <cursoragent@cursor.com>