-
-
Notifications
You must be signed in to change notification settings - Fork 7k
attempt to update pytest versions #7667
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
I am afraid it's a bit early to drop Python 3.5 support. It is supported by Django 2.2 which is LTS until 2022. |
if we explicitly use six and still update the versions everything will work. there is a related linked PR too |
Well, pytest 6.2 release notes says they require 3.6+ |
ok, never mind. Python 3.5 is EOL, let's just move forward. |
IMHO drf master should 3.6+ but it's up to you. as a downstream extension keep supporting and EOL py version is a maintenance burden IMHO. can we somehow pull the master branch here through Github? |
to rebase ? I don't think so. I'll do that later if it's not already done before |
rebased |
No description provided.