You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5.5.0 made Python 3.9 or greater a requirement. I understand keeping up with latest versions, but I don't think this codebase uses code that requires features in 3.9.
Python 3.8 is still commonly used and supported, and Django 3.2 (the oldest Django supported by this project) is still supporting back to Python 3.6.
Could you add 3.8 back in to CI and requirements? Or is there a good reason not to do this?
I'm happy to make the PR if it would help.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out, before opening a PR. I run all my apps on 3.10, so I don't have any incentive to put in the work myself. Don't get me wrong, I don't mind you contributing 3.8 supports at all. I just have so many OSS packages to maintain, and to stay sane, I limit my contributions to my own interest. All that being said, be my guest. I might have used some 3.9 dictionary magic, that needs fixing as well, but that should be easy to spot. Good luck!
Hiya,
5.5.0
made Python 3.9 or greater a requirement. I understand keeping up with latest versions, but I don't think this codebase uses code that requires features in 3.9.Python 3.8 is still commonly used and supported, and Django 3.2 (the oldest Django supported by this project) is still supporting back to Python 3.6.
Could you add 3.8 back in to CI and requirements? Or is there a good reason not to do this?
I'm happy to make the PR if it would help.
The text was updated successfully, but these errors were encountered: