commit:     7398236404f82fce8297420a084d7c68c781b467
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 09:11:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 25 09:28:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73982364

dev-python/sphinx: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx/sphinx-7.3.7-r2.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/sphinx/sphinx-7.3.7-r2.ebuild 
b/dev-python/sphinx/sphinx-7.3.7-r2.ebuild
index 99ff0e4980f7..036665b3e9fa 100644
--- a/dev-python/sphinx/sphinx-7.3.7-r2.ebuild
+++ b/dev-python/sphinx/sphinx-7.3.7-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -98,6 +98,15 @@ python_test() {
 
        local EPYTEST_DESELECT=()
        case ${EPYTHON} in
+               python3.13)
+                       EPYTEST_DESELECT+=(
+                               
tests/test_extensions/test_ext_autodoc.py::test_autodoc_special_members
+                               
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_type_aliases
+                               
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_format_fully_qualified
+                               
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_none
+                               
tests/test_extensions/test_ext_autodoc_configs.py::test_autodoc_typehints_signature
+                       )
+                       ;;
                pypy3)
                        EPYTEST_DESELECT+=(
                                
tests/test_extensions/test_ext_autodoc.py::test_autodoc_exception

Reply via email to