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
Support Python 3 #207
Support Python 3 #207
Conversation
Neat! I will try to review it over the weekend. |
This change is not covered by an automated test; it would be good to write one.
@mitsuhiko: Fantastic! Now that you've merged the other PRs I made, I've rebased this branch onto the latest version of As you can see from Travis, all the automated tests pass. In addition, I tried running Once this is working properly on Python 3, I'm going to try building my own Lektor-powered site. If I do so successfully, then I volunteer to maintain Python 3 support for Lektor, since I'll be doing it anyways. :) |
@mitsuhiko: Any update on this pull request? |
Hi @singingwolfboy. Sorry i was so busy with other things. Any chance we could talk about this PR this week on gitter/irc? |
@mitsuhiko has given me commit rights on the project, so that I can support Lektor on Python 3. Let me know if I've missed anything! Thanks, @mitsuhiko! |
When will we see a release that includes this? The last release is over a year old. |
Wish there could be a fixed date. The development is stalled at the moment. |
So with this merged and Lektor 3.1 released, does that mean Python 3 is supported? |
@austinbutler Yes. |
Fixes #142. Depends on #205 and #206 -- and I'm happy to pull some of these changes out into other, smaller pull requests if you prefer.