diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-16 06:02:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-16 06:02:22 +0200 |
commit | da730618522fb9dcefa95f06923cf5489cf2006d (patch) | |
tree | 384c341ad85aca75f0763b8230bb5829ed9d0777 /dev-python/backrefs | |
parent | dev-python/jupyter-core: Bump to 5.3.1 (diff) | |
download | gentoo-da730618522fb9dcefa95f06923cf5489cf2006d.tar.gz gentoo-da730618522fb9dcefa95f06923cf5489cf2006d.tar.bz2 gentoo-da730618522fb9dcefa95f06923cf5489cf2006d.zip |
dev-python/backrefs: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backrefs')
-rw-r--r-- | dev-python/backrefs/backrefs-5.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backrefs/backrefs-5.5.ebuild b/dev-python/backrefs/backrefs-5.5.ebuild index ce61ff14c7c9..c388a3ef35bc 100644 --- a/dev-python/backrefs/backrefs-5.5.ebuild +++ b/dev-python/backrefs/backrefs-5.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |