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

Pin python to 3.11 #11

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Pin python to 3.11 #11

merged 1 commit into from
Oct 16, 2023

Conversation

MG-5
Copy link
Contributor

@MG-5 MG-5 commented Oct 16, 2023

Unfortunately python 3.12 drops the module imp which is needed by j2cli.
Update j2cli to do not use the imp module seems to be non-trivial (see kolypto/j2cli#80 for more details)

So the simplest fix would be to pin the python version to 3.11

@cstuder cstuder merged commit 980e319 into cstuder:master Oct 16, 2023
@cstuder
Copy link
Owner

cstuder commented Oct 16, 2023

Thanks for the PR!

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