Skip to content

Commit

Permalink
Python: Only install pdoc for Python 3.9+
Browse files Browse the repository at this point in the history
It's used to generate the docs, which we do on Python 3.10 or later on CI
  • Loading branch information
badboy committed Dec 23, 2024
1 parent c026825 commit e1e4d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/python/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ auditwheel==6.0.0
coverage[toml]==7.2.2
jsonschema==3.2.0
mypy==1.4.1
pdoc3==0.11.5
pdoc3==0.11.5; python_version > '3.8'
pip
pytest-localserver==0.8.0
MarkupSafe==2.0.1
Expand Down

0 comments on commit e1e4d6d

Please sign in to comment.