attwad / python-osc

Open Sound Control server and client in pure python
The Unlicense
514 stars 106 forks source link

Fix install of pygame on Python 3.11 #164

Closed PeterJCLaw closed 1 year ago

PeterJCLaw commented 1 year ago

See https://github.com/pygame/pygame/issues/3522#issuecomment-1293981862.

PeterJCLaw commented 1 year ago

CI failures are due to mypy issues, which are explored separately in #161

attwad commented 1 year ago

3.7 seems to be unhappy about that change no? https://github.com/attwad/python-osc/actions/runs/3487223249/jobs/5834596260

PeterJCLaw commented 1 year ago

Hrm, I'm not sure there's a version of pygame which supports old and new Python :( Pinning mypy for now is looking more appealing (but doesn't solve Python 3.11).

PeterJCLaw commented 1 year ago

Ok, I think pygame is happy now -- we're back to the original mypy errors I think.