-
Notifications
You must be signed in to change notification settings - Fork 12
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
Python 3 support #513
Comments
The plan is to add another huge pending issue to the queue, with the hope that someone takes it in order to solve that (same hope for all other open issues around)... I think it's good to do it asap, but even better will be coinciding with the release of version 1.0.0 (we are releasing now the v0.9.9), because that will be the first version without forcing the FreedomCoop context, or any other forced context, and is expected to have hundreds of less code lines (the whole old hardcoded membership system of FdC disppears). |
Well, if it can be of any help, I had a word earlier today with a friend of mine from Basque country, Django expertise with a bit of experience in upgrading from version 1.11 onward, just sent him all info regarding OCP, and he's available to let us know if it's viable for him to do the task and quote. |
Hi! I'm that basque guy :-) I'll begin upgrading on several steps, preliminary python3 support, then continue removing deprecation warnings, then start updating dependencies, ok? |
in the install.txt it mentions
as you know python 2 is reaching its end of life at January 1st, 2020. Are there any plans to migrate to python 3?
The text was updated successfully, but these errors were encountered: