-
Notifications
You must be signed in to change notification settings - Fork 682
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
The imp module was removed from python 3.12 #1457
Labels
Comments
Is the simple solution to fix the Python version in the GitHub Actions to 3.11.x before the removal in 3.12? |
Possibly yes to bypass the issue for the actions, but here the problem is more general and like running play on a dev computer. |
Agreed, the removal of the dependency on imp, if that is possible, is the more strategic fix that will benefit everyone. |
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 11, 2024
- checkout from v2 to v4 - setup-python from v3 to v4 - setup-java from v2 to v3
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 11, 2024
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 11, 2024
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 26, 2024
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 26, 2024
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 26, 2024
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 27, 2024
xael-fry
added a commit
to xael-fry/play
that referenced
this issue
Feb 27, 2024
merge ad fix in #1465 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Play Version : 1.7.1
Operating System: Ubuntu 22.04
JDK: not related
Expected Behavior
To be able to run the play cli using python 3.12
Actual Behavior
https://docs.python.org/3.11/library/imp.html
Reproducible Test Case
Try running play using python 3.12
The text was updated successfully, but these errors were encountered: