-
Notifications
You must be signed in to change notification settings - Fork 191
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
Drop Python 2 support + update primary deployment to Python 3 #614
Comments
I think #622 addresses the CI tests for this. The original PR #615 made by Krace checks for py 3.6 and 3.7 as well. @pradyunsg What do you think regarding supporting those versions ? |
I'm on board for being Python 3.5+ compatible. I do think it'd be a good idea to stick to a single Python version though, and 3.8 is a good target as of today. |
@palnabarun Please close this issue once the prod migration to Python 3 is done |
What is the current state of this issue? Is there anything I can help here? |
Junction upgrade to Django 3.2 and python 3.10 is complete. Thanks to all who contributed in this huge task. |
Previously Junction worked on Python 2 and Python 3 but deployed only in python 2 in server. From now use only Python 3 in server and remove support for Python 2 and update requirements.
The text was updated successfully, but these errors were encountered: