diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-09 19:41:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-09 19:52:53 +0100 |
commit | b62c697a7975798e777a09d1705363a08f96ef96 (patch) | |
tree | c102b734c51ac213d786cbe7d6cbb16f31f6dd08 /dev-python/expects | |
parent | dev-python/mamba: Enable py3.12 (diff) | |
download | gentoo-b62c697a7975798e777a09d1705363a08f96ef96.tar.gz gentoo-b62c697a7975798e777a09d1705363a08f96ef96.tar.bz2 gentoo-b62c697a7975798e777a09d1705363a08f96ef96.zip |
dev-python/expects: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/expects')
-rw-r--r-- | dev-python/expects/expects-0.9.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/expects/expects-0.9.0-r1.ebuild b/dev-python/expects/expects-0.9.0-r1.ebuild index 48020ba6f5fb..0d09d318bc01 100644 --- a/dev-python/expects/expects-0.9.0-r1.ebuild +++ b/dev-python/expects/expects-0.9.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |