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 build for Python3.12 #567

Closed
wants to merge 1 commit into from
Closed

Fix build for Python3.12 #567

wants to merge 1 commit into from

Conversation

Steap
Copy link

@Steap Steap commented Jun 23, 2023

  • SafeConfigParser has been an alias for ConfigParser since Python3.2,
    and will be removed in Python3.12;
  • readfp has been an alias for read_file since Python3.2, and will be
    removed in Python3.12.

See python/cpython@296e4ef

- SafeConfigParser has been an alias for ConfigParser since Python3.2,
  and will be removed in Python3.12;
- readfp has been an alias for read_file since Python3.2, and will be
  removed in Python3.12.

See python/cpython@296e4ef
Copy link
Contributor

@einarnn einarnn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might this be better addressed by updating versioneer as a whole?

@coveralls
Copy link

Coverage Status

coverage: 83.799%. remained the same when pulling c73a15f on Steap:py312 into 65286b5 on ncclient:master.

@Steap
Copy link
Author

Steap commented Jul 3, 2023

Hello,

I can confirm I can now build a wheel for Python3.12 thanks to
e003f76. I'll close this, then.

Thanks!

@Steap Steap closed this Jul 3, 2023
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.

None yet

3 participants