diff options
author | Sam James <sam@gentoo.org> | 2023-06-02 02:46:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-02 02:46:33 +0100 |
commit | 171f33d484a65932e8048970124482f2c3adb0de (patch) | |
tree | 6bf2298ff2491c7e905c0a8929db63b419924e6b /dev-python/pylast | |
parent | dev-util/cvise: fix merge conflict markers in KEYWORDS (diff) | |
download | gentoo-171f33d484a65932e8048970124482f2c3adb0de.tar.gz gentoo-171f33d484a65932e8048970124482f2c3adb0de.tar.bz2 gentoo-171f33d484a65932e8048970124482f2c3adb0de.zip |
dev-python/pylast: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/pylast-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylast/pylast-5.1.0.ebuild b/dev-python/pylast/pylast-5.1.0.ebuild index d72f41f96819..0ca52750d20d 100644 --- a/dev-python/pylast/pylast-5.1.0.ebuild +++ b/dev-python/pylast/pylast-5.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |