Skip to content

ci: build docs on Python 3.11 (fastjsonschema dropped 3.9) - #3775

Open
f-dy wants to merge 1 commit into
nerfstudio-project:mainfrom
f-dy:fix-docs-python-version
Open

ci: build docs on Python 3.11 (fastjsonschema dropped 3.9)#3775
f-dy wants to merge 1 commit into
nerfstudio-project:mainfrom
f-dy:fix-docs-python-version

Conversation

@f-dy

@f-dy f-dy commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The docs job pins Python 3.9, but a transitive dep (fastjsonschema) now uses PEP 604 dict | bool syntax (invalid before 3.10), so sphinx-build errors at startup.

Bump the docs workflow to Python 3.11.13, matching core_code_checks.yml.

The docs job pins Python 3.9, but a transitive dependency
(fastjsonschema) now uses PEP 604 'dict | bool' syntax that is invalid
before 3.10, so sphinx-build fails at startup. Bump to 3.11.13 to match
core_code_checks.yml.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant