-
Notifications
You must be signed in to change notification settings - Fork 63
add support for upgrade versions for Django, DRF and Python #217
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
Conversation
@VeldaKiara first pass looks pretty good. Let's update the GHA matrix too: https://github.com/revsys/django-test-plus/blob/main/.github/workflows/actions.yml#L21-L51 [FOLLOW UP PR] Not sure how @frankwiles feels, but I think we might want to have a follow-up where we drop some of the older python, django, and drf versions. I don't think we need to keep Django 3.2 around now that 5.2 is LTS. Same with Python < 3.9 versions (I would argue even <3.10 versions) |
I have updated the following:
|
To make the runners happy, let's change: Let's change |
Fixes #216