Django 2.1
ryanhiebert opened this issue · 3 comments
ryanhiebert commented
Django 2.1 is released, but this library's requirements explicitly require <2.1
. This is blocking my upgrade to Django 2.1. Are there known issues with Django 2.1?
jheld commented
Hello!
Last I read the 2.1 release docs, I didn't see anything bad, but that was
in the context of a different project.
I will open up the test run against 2.1 on a new branch. If nothing fails,
then I don't see any reason not to include the new version.
Would you be willing to run a custom wheel build and give feedback? Not
sure how comfortable you are in that flow.
…On Sun, Aug 5, 2018, 6:14 PM Ryan Hiebert ***@***.***> wrote:
Django 2.1 is released, but this library's requirements explicitly require
<2.1. This is blocking my upgrade to Django 2.1. Are there known issues
with Django 2.1?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#139>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAyljVVlY6TJ-4DDHlTZUokeOguPP498ks5uN25agaJpZM4VvjqR>
.
ryanhiebert commented
I am able to run my test suite with the repo, if needed.
jheld commented
Merged and deployed to PyPI. Please reopen if you find any issues.