Skip to content
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

Fix to support Python 3.12 and above with user configuration file #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmomberg
Copy link

@cmomberg cmomberg commented Dec 19, 2023

@cmomberg cmomberg changed the title Fix to support Python 3.12 and above Fix to support Python 3.12 and above with user configuration file Sep 27, 2024
- method "readfp" is removed from module "configparser.ConfigParser" in Python 3.12 which leads to an error if using a user configuration file.
- see https://docs.python.org/3.12/whatsnew/3.12.html#configparser for further information
@cmomberg cmomberg force-pushed the user-config-files-with-python3.12 branch from b9ce718 to 1142726 Compare September 27, 2024 08:50
@srsudar
Copy link
Owner

srsudar commented Oct 15, 2024

Oh very interesting. Thanks for finding and fixing! I'll try to have this in the Nov 5 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception if using user configuration file with Python 3.12 and above
2 participants