diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:14:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:14:14 +0200 |
commit | f83c57b15a822cf3bd2a842393208e281f324be7 (patch) | |
tree | cec45407abe0c9b307f9474a7a599d5ce4d56314 /dev-python/spur | |
parent | dev-python/reno: Enable py3.12 (diff) | |
download | gentoo-f83c57b15a822cf3bd2a842393208e281f324be7.tar.gz gentoo-f83c57b15a822cf3bd2a842393208e281f324be7.tar.bz2 gentoo-f83c57b15a822cf3bd2a842393208e281f324be7.zip |
dev-python/spur: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/spur')
-rw-r--r-- | dev-python/spur/spur-0.3.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spur/spur-0.3.23.ebuild b/dev-python/spur/spur-0.3.23.ebuild index cf33644fb91b..e1356e5e3fd3 100644 --- a/dev-python/spur/spur-0.3.23.ebuild +++ b/dev-python/spur/spur-0.3.23.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |