diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-07 07:06:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-07 07:09:40 +0200 |
commit | ab5a338d27feaa5303fbf577bd6afb2bf95e7a89 (patch) | |
tree | 3e47251195cfd1bed11eae90636c2d4c7971206f /dev-python/sexpdata | |
parent | dev-python/Nuitka: Bump to 1.6.1 (diff) | |
download | gentoo-ab5a338d27feaa5303fbf577bd6afb2bf95e7a89.tar.gz gentoo-ab5a338d27feaa5303fbf577bd6afb2bf95e7a89.tar.bz2 gentoo-ab5a338d27feaa5303fbf577bd6afb2bf95e7a89.zip |
dev-python/sexpdata: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r-- | dev-python/sexpdata/sexpdata-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sexpdata/sexpdata-1.0.1.ebuild b/dev-python/sexpdata/sexpdata-1.0.1.ebuild index 0701002c9691..dd901557ed02 100644 --- a/dev-python/sexpdata/sexpdata-1.0.1.ebuild +++ b/dev-python/sexpdata/sexpdata-1.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |