-
Notifications
You must be signed in to change notification settings - Fork 64
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
Incompatible with Python 3.12 #189
Comments
Relevant mention in the Python 3.12 release notes: https://docs.python.org/3.12/whatsnew/3.12.html#configparser |
Most changes are in master already, except for #190 |
I cannot find any working combination of Python and offlineimap. Even the one in MacPorts is now broken. Is there documentation for supported combinations? |
@fdik The version in master works with Python 3.10. On Alpine we included this patch for Python 3.11 and this other one for Python 3.12. I suggest that you reach out to the MacPorts maintainers; they may need to include the above patches for recent versions of Python. |
Hi, both patches (@WhyNotHugo) were included. I am running version 3.12 without problems. Can I close this issue? Regards, |
On Thu, Aug 15, 2024 at 11:50:57AM -0700, Rodolfo García Peñas (kix) wrote:
both patches ***@***.***) were included. I am running version 3.12 without problems.
Can I close this issue?
AFAICS yes.
VB.
--
Volker Birk
Oberer Graben 4, 8400 Winterthur, Schweiz
***@***.*** http://fdik.org
|
General informations
offlineimap -V
): offlineimap v8.0.0, imaplib2 v3.06configparser.SafeConfigParser
was deprecated since Python 3.2 ( 2011 ),imp.load_module
since 3.3 ( 2012 ), both were removed in 3.12Logs, error
The text was updated successfully, but these errors were encountered: