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

Issue with configparser #30

Open
thismatters opened this issue Nov 26, 2023 · 2 comments
Open

Issue with configparser #30

thismatters opened this issue Nov 26, 2023 · 2 comments

Comments

@thismatters
Copy link

Running python 3.12 I'm seeing the following error at runtime:

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

Per the Python 3.11 release notes, SafeConfigParser was slated for removal in 3.12.

@csachs
Copy link
Owner

csachs commented Apr 9, 2024

Sorry for the delay. Should be fixed in 7.0.0(a1) now.

rgildein added a commit to rgildein/argo-operators that referenced this issue May 28, 2024
@rgildein
Copy link

I can confirm that version 7> is working fine.

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