-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Django 3 #39
base: master
Are you sure you want to change the base?
WIP: Django 3 #39
Conversation
commit 901687f Author: Marc Laughton <[email protected]> Date: Wed Jan 8 14:27:51 2020 -0500 Update setup py for pypi distribution (#26) * Add runtime for Python deployment and build tools, update Python version for Circle config * Update setup.py for more accurate PyPi info, test_suite path, and current package maintainer contact info * Isolate PR changes * 2.7.6 to 2.7.9 per master
@g3rd Is there anyway I can help here, I'd love to see this released. |
@g3rd this seems relatively easy PR, any way this can be released or contributors can be instructed how to do it? I think a lot of projects depend on it and cannot migrate to Django 3.0 because of that library. Any response is appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noted that these changes don't update the project version from 1.1.3 as set in __init__.py
Given the removal of support for Django 1.9 this should bump up to at least 1.2.0
See: #38