j68k / verifydump

A tool for verifying that .chd/.rvz disc images match Redump Datfiles
MIT License
51 stars 7 forks source link

Removing the <3.11 version limit #21

Open denilsonsa opened 8 months ago

denilsonsa commented 8 months ago

PyInstaller supports Python 3.11 for over a year. We should get rid of this limit, as it prevents installing verifydump on any modern system.

https://pyinstaller.org/en/stable/CHANGES.html#id57

After accepting this merge request, I believe you have to make a new release and make it available on PyPI.