py-sphinx: mark Python compatibility (#48796)
This commit is contained in:
parent
b02dcf697d
commit
e1b579a8b4
@ -107,6 +107,8 @@ class PySphinx(PythonPackage):
|
||||
depends_on("python@3.10:", when="@8:")
|
||||
depends_on("python@3.9:", when="@7.2:")
|
||||
depends_on("python@3.8:", when="@6:")
|
||||
# https://github.com/sphinx-doc/sphinx/issues/10440
|
||||
depends_on("python@:3.12", when="@:6.1")
|
||||
depends_on("py-sphinxcontrib-applehelp@1.0.7:", when="@8.1:")
|
||||
depends_on("py-sphinxcontrib-applehelp", when="@2:")
|
||||
depends_on("py-sphinxcontrib-devhelp@1.0.6:", when="@8.1:")
|
||||
|
Loading…
Reference in New Issue
Block a user