diff options
author | 2024-06-20 20:47:41 +0200 | |
---|---|---|
committer | 2024-06-20 20:47:41 +0200 | |
commit | 526f7cb0cb78bbad5bb44fe9b51b79e552fcad1a (patch) | |
tree | 9d8cbea2b83bf814f981f5a891484d60e89239d3 | |
parent | dev-python/pudb: Enable py3.13 (diff) | |
download | gentoo-526f7cb0cb78bbad5bb44fe9b51b79e552fcad1a.tar.gz gentoo-526f7cb0cb78bbad5bb44fe9b51b79e552fcad1a.tar.bz2 gentoo-526f7cb0cb78bbad5bb44fe9b51b79e552fcad1a.zip |
dev-python/pyfuse3: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pyfuse3/pyfuse3-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyfuse3/pyfuse3-3.3.0.ebuild b/dev-python/pyfuse3/pyfuse3-3.3.0.ebuild index 8cad773306e0..bdb126f76870 100644 --- a/dev-python/pyfuse3/pyfuse3-3.3.0.ebuild +++ b/dev-python/pyfuse3/pyfuse3-3.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |