XDis/decompyle3 throws warning when using python 3.8.18
KhazAkar opened this issue · 2 comments
KhazAkar commented
Description
xdis throws warning when using python 3.8.18
How to Reproduce
- Install conda
- Create env with python=3.8, which will resolve to 3.8.18 (as of 19.10.2023)
- Install xdis in this env.
- Try using xdis
Output Given
I don't know about Python version '3.8.18' yet.
xdis might need to be informed about version '3.8.18'
Expected behavior
No warning
Environment
Windows 10
Conda 23.9.0
xdis 6.0.5
decompyle3 3.9.0
rocky commented
Use a version of xdis that supports the python version you have. The master branch of xdis has the most recent code.
KhazAkar commented
I just used newest available pypi. Will switch to git version then.