Skip to content

Commit e1e4d6d

Browse files
committed
Python: Only install pdoc for Python 3.9+
It's used to generate the docs, which we do on Python 3.10 or later on CI
1 parent c026825 commit e1e4d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean-core/python/requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ auditwheel==6.0.0
22
coverage[toml]==7.2.2
33
jsonschema==3.2.0
44
mypy==1.4.1
5-
pdoc3==0.11.5
5+
pdoc3==0.11.5; python_version > '3.8'
66
pip
77
pytest-localserver==0.8.0
88
MarkupSafe==2.0.1

0 commit comments

Comments
 (0)