rocky / python-xdis

Python cross-version bytecode library and disassembler
GNU General Public License v2.0
292 stars 95 forks source link

Add newest versions 3.7.13, 3.8.13, 3.9.11, and 3.10.3 in magics #92

Closed Matmaus closed 2 years ago

Matmaus commented 2 years ago

Hi, there are new versions of Python released on 16.3.2022. Can you please add them into the known versions so xdis will know them and will not fail when it will run on any of them?

Matmaus commented 2 years ago

Thanks for the quick merge. Could you please also release a new version?

rocky commented 2 years ago

Releases are getting to be more of a pain. Is there there a reason for a release other than your convenience?

Matmaus commented 2 years ago

Yes, I use xdis in another project where I am not able to install it other way than using a released version (e.g. using a specific commit/barnch). I can probably patch the code somehow, but the release would be the clearest solution.

rocky commented 2 years ago

Given this, from my standpoint, you patching the code for your needs is easier on me. I have a lot of other stuff to do and there have been xdis releases recently.

If you were to fund the project I might feel more amenable to adjusting my normal schedule.