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

Python 3.12 support #1464

Merged
merged 5 commits into from
Jan 7, 2024
Merged

Python 3.12 support #1464

merged 5 commits into from
Jan 7, 2024

Conversation

mrexodia
Copy link
Contributor

@mrexodia mrexodia commented Jan 6, 2024

The main issue is the removal of the deprecated imp module (I replaced it with importlib.util and matched the existing behavior).

Other than that I made a few minor fixes of warnings, most notably fixing some broken regular expressions by switching to regex literals.

@serpilliere serpilliere merged commit 3a2fb24 into cea-sec:master Jan 7, 2024
3 checks passed
@serpilliere
Copy link
Contributor

Hey, thank you @mrexodia !

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.

2 participants