diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 18:23:20 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:50:50 +0200 |
| commit | a0639761fcd19f28c1d7f3943c2c6bd4f25645f0 (patch) | |
| tree | 1e2a3c34635402a4a6bf0761c1390775433bc0a9 /dev-python/executing | |
| parent | db7249634ca29c36eba8cb4c2da58237e3b8223d (diff) | |
| download | gentoo-a0639761fcd19f28c1d7f3943c2c6bd4f25645f0.tar.gz gentoo-a0639761fcd19f28c1d7f3943c2c6bd4f25645f0.tar.bz2 gentoo-a0639761fcd19f28c1d7f3943c2c6bd4f25645f0.zip | |
dev-python/executing: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/executing')
| -rw-r--r-- | dev-python/executing/executing-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/executing/executing-2.0.0.ebuild b/dev-python/executing/executing-2.0.0.ebuild index b48f2ba92db0..992a4b31cee4 100644 --- a/dev-python/executing/executing-2.0.0.ebuild +++ b/dev-python/executing/executing-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature |
