rocky/python-xdis

XDis/decompyle3 throws warning when using python 3.8.18

KhazAkar opened this issue · 2 comments

Description

xdis throws warning when using python 3.8.18

How to Reproduce

  1. Install conda
  2. Create env with python=3.8, which will resolve to 3.8.18 (as of 19.10.2023)
  3. Install xdis in this env.
  4. 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.

I just used newest available pypi. Will switch to git version then.