summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-11 21:40:17 +0100
committerSam James <sam@gentoo.org>2025-05-11 22:08:11 +0100
commit4934819c2aaf881c06acf4b1f5c7d11357573c2f (patch)
treef1a803f5146b80a8947251e565741359b90a34a3 /dev-python
parent1124415b9bdc67fb0c537ba8980351141b417ea5 (diff)
downloadgentoo-4934819c2aaf881c06acf4b1f5c7d11357573c2f.tar.gz
gentoo-4934819c2aaf881c06acf4b1f5c7d11357573c2f.tar.bz2
gentoo-4934819c2aaf881c06acf4b1f5c7d11357573c2f.zip
dev-python/defusedxml: enable py3.14
There's a strange: ``` test_defused_gzip_response (__main__.TestDefusedGzip.test_defused_gzip_response) ... Exception ignored while calling deallocator <function GzipFile.__del__ at 0x78d5add8d170>: Traceback (most recent call last): File "/usr/lib/python3.14/gzip.py", line 466, in __del__ if self.mode == WRITE and not self.closed: AttributeError: 'DefusedGzipDecodedResponse' object has no attribute 'mode' ok ``` ... but on the other hand, the test passes, so...? Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/defusedxml/defusedxml-0.8.0_rc2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.8.0_rc2.ebuild b/dev-python/defusedxml/defusedxml-0.8.0_rc2.ebuild
index 54aeeabbada7..12bfaf3cf4d6 100644
--- a/dev-python/defusedxml/defusedxml-0.8.0_rc2.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.8.0_rc2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1