SkyTemple / py-desmume

Python Library and GUI for DeSmuME, the Nintendo DS emulator
GNU General Public License v3.0
24 stars 5 forks source link

New release so this works on python 3.10? #20

Closed mike8699 closed 2 years ago

mike8699 commented 2 years ago

Would it be possible for a new release to be cut? I see Python 3.10 support has been added to master, but the current release on pypi hasn't been updated so pip install py-desmume doesn't work with 3.10.

mike8699 commented 2 years ago

I see the latest release has wheels for python 3.10 - closing

mike8699 commented 2 years ago

Oops, looks like this isn't resolved - I get the following error message still when trying to pip install py-desmume on python 3.10 -

ERROR: Could not find a version that satisfies the requirement py-desmume>=0.0.4 (from versions: none)
ERROR: No matching distribution found for py-desmume>=0.0.4

For context, this is happening on a windows-latest github actions runner. It seems wheels aren't being built for 3.10 on windows and mac. I opened #26, I believe that will fix it.