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

not support Python 3.12 #109

Open
laciel-chin opened this issue Mar 20, 2024 · 2 comments
Open

not support Python 3.12 #109

laciel-chin opened this issue Mar 20, 2024 · 2 comments

Comments

@laciel-chin
Copy link

Issue details

  • Python version used
    Python 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)] on win32

  • HDL Checker log output
    File "....\versioneer.py", line 412, in get_config_from_root
    parser = configparser.SafeConfigParser()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

  • reason

Several names deprecated in the configparser way back in 3.2 have been removed per python/cpython#89336:

configparser.ParsingError no longer has a filename attribute or argument. Use the source attribute and argument instead.

configparser no longer has a SafeConfigParser class. Use the shorter ConfigParser name instead.

configparser.ConfigParser no longer has a readfp method. Use read_file() instead.

@0dminnimda
Copy link

This would likely be closed by #110

@bellaz89
Copy link

Any update on this?

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

No branches or pull requests

3 participants