Merged
Conversation
Adapt to breaking API changes in pyglet 3.0.dev3: - OpenGLConfig → OpenGLUserConfig with GraphicsAPI enum - pyglet.media.load → load_audio/load_video - pyglet.gl module moved to pyglet.graphics.api.gl Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cleptomania
requested changes
Apr 20, 2026
Also patch pyglet LibraryMock to add __bool__/__iter__ so doc builds don't crash when ffmpeg codec init runs under sys.is_pyglet_doc_run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Per review feedback: pyglet.graphics.api.gl imports are backend-specific and would break WebGL. arcade.gl.enums is backend-agnostic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sphinx 9.1.0 requires Python >=3.12 but arcade supports >=3.10. Revert to Sphinx 8.1.3 and sphinx-rtd-theme 3.0.2. The LibraryMock patch in conf.py is still needed for pyglet 3.0.dev3 doc builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cleptomania
requested changes
Apr 20, 2026
Pyodide only ships Pillow 11.3.0 and PyPI doesn't support WASM wheels yet, so requiring >=12.2.0 would break web deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cleptomania
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3.0.dev2to3.0.dev3(released April 18, 2026)pyglet.config.OpenGLConfig→pyglet.config.OpenGLUserConfigwith newapiparameter usingGraphicsAPIenum (replaces string-basedopengl_api)pyglet.media.load()split intopyglet.media.load_audio()/pyglet.media.load_video()pyglet.glmodule relocated topyglet.graphics.api.glTest plan
🤖 Generated with Claude Code