-
Notifications
You must be signed in to change notification settings - Fork 102
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
[WIP] Support both 2.9 and 3.x at the same time #1013
Conversation
4b06e6b
to
9c22396
Compare
Adapted from juju#1008 on the 2.9 track
12c098b
to
3938d1e
Compare
This PR is marked as incomplete because it has been open 30 days with no activity. Please remove incomplete label or comment or this will be closed in 5 days. |
Hi @cderici I would like to know the status of this PR, is this one still on the schedule? |
Hey @jneo8, not really tbh, we have way more things having higher priority right now in Juju. If you're having trouble migrating from 2.9 to 3.x feel free to reach out at Juju channel on Matrix. |
We just want to know if python-libjuju can support this in a short time(6 months) to make the technical decision. Thanks for reply. |
Hey @jneo8, |
Description
Uses both schemas to generate clients that have code to support both 2.9 and 3.x facade functionality at the same time (no need to keep separate sets of client files and dynamically check -- like we did in 3.0.4 to do this).
Adds a separate integration tests against 2.9, let's see which functionalities are gonna blow up, then we'll continue from there.