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>
This commit is contained in:
Sam James 2025-05-11 21:40:17 +01:00
parent 1124415b9b
commit 4934819c2a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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