Open
Description
Description
Go over the code to ensure it runs on Python 3.11
Background
Note that xdis needs to support Python 3.11 See rocky/python-xdis#98
Some Output you may get if you run on 3.11
Installing xdis:
$ pip install -e .
Obtaining file:///src/external-vcs/github/rocky/python-xdis
Preparing metadata (setup.py) ... done
Collecting six>=1.10.0
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: click in /tmp/.pyenv/versions/3.11.0/lib/python3.11/site-packages (from xdis==6.0.5.dev0) (8.1.3)
ERROR: Package 'xdis' requires a different Python: 3.11.0 not in '<3.11,>=3.6'
Tests
Once things are fixed make check
should work from Python 3.11