-
Notifications
You must be signed in to change notification settings - Fork 26
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
Please port to Python3 #121
Comments
Hi! It's on our radar. Armin |
On Wed, Sep 04, 2019 at 03:05:27AM -0700, Armin Töpfer wrote:
It's on our radar.
Thanks a lot for the quick response. Is there any rough time frame for
the port? From a Debian perspective its not really urgent until our
next release. Its just good to know how to schedule things.
Kind regards, Andreas.
|
When is the next Debian release timed? I'm not allowed to share any timelines. This has nothing to do with you ;) Armin |
On Wed, Sep 04, 2019 at 04:03:20AM -0700, Armin Töpfer wrote:
When is the next Debian release timed?
When its ready. :-P I guess somewhen in 2021.
I'm not allowed to share _any_ timelines. This has nothing to do with you ;)
OK, thanks for the info anyway, Andreas.
|
Py3 is done now, unfortunately we aren't fully Py 3.8 clean due to the pyxb dependency in #122 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
the Debian Med team is maintaining pbcore for official Debian. The recently released Debian 10 was the last Debian release featuring Python2 since this programming language is EOL. If you are interested that we continue to maintain pbcore in official Debian (and that users of other modern distributions will have no problems to install pbcore on their systems) I'd recommend you port your code to Python3. The 2to3 tool might be of great help here.
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered: