v1.3.4
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>