diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:17:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:17:15 +0200 |
commit | 3b0c279d22c0001deac47d12a829b32ce815cf5b (patch) | |
tree | 62ce96c3e70645864c23e6f1a6f3d3f695070d49 /dev-python/netifaces | |
parent | dev-python/natsort: Enable py3.13 (diff) | |
download | gentoo-3b0c279d22c0001deac47d12a829b32ce815cf5b.tar.gz gentoo-3b0c279d22c0001deac47d12a829b32ce815cf5b.tar.bz2 gentoo-3b0c279d22c0001deac47d12a829b32ce815cf5b.zip |
dev-python/netifaces: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/netifaces')
-rw-r--r-- | dev-python/netifaces/netifaces-0.11.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/netifaces/netifaces-0.11.0-r2.ebuild b/dev-python/netifaces/netifaces-0.11.0-r2.ebuild index 0ca6da32cd7d..8574e770aef7 100644 --- a/dev-python/netifaces/netifaces-0.11.0-r2.ebuild +++ b/dev-python/netifaces/netifaces-0.11.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |