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

Issues with Python 3.12 #15

Closed
julian-belina opened this issue Aug 17, 2024 · 1 comment · Fixed by #16
Closed

Issues with Python 3.12 #15

julian-belina opened this issue Aug 17, 2024 · 1 comment · Fixed by #16

Comments

@julian-belina
Copy link

Hello,

when installing microbench with python 3.12 the following error occurs:

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

An upper limit should be put in the installation proceedure. Also it would be nice to make the library compatible to new python versions if you got spare capacities.

alubbock added a commit that referenced this issue Aug 17, 2024
Package installation was failing on python 3.12.
Upgrade versioneer to fix this.

Fixes #15
@alubbock
Copy link
Owner

Hi Julian,

Thanks for the report. This issue is fixed in the latest release, v0.9.1. You should now be able to pip install microbench using Python 3.12.

Best regards,
Alex

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 a pull request may close this issue.

2 participants