py-sphinx: mark Python compatibility (#48796)

This commit is contained in:
Adam J. Stewart 2025-01-30 20:27:57 +01:00 committed by GitHub
parent b02dcf697d
commit e1b579a8b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:")