diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-24 07:11:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-24 07:32:37 +0200 |
commit | 90314b15626a305ba91e5d3adcbeb921e71a8a0c (patch) | |
tree | 6c43132274bd2ce28614f5fb3bdf28243cf14af0 /dev-python/unittest-mixins | |
parent | dev-python/coverage: Bump to 7.2.6 (diff) | |
download | gentoo-90314b15626a305ba91e5d3adcbeb921e71a8a0c.tar.gz gentoo-90314b15626a305ba91e5d3adcbeb921e71a8a0c.tar.bz2 gentoo-90314b15626a305ba91e5d3adcbeb921e71a8a0c.zip |
dev-python/unittest-mixins: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unittest-mixins')
-rw-r--r-- | dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild index 39afbaca3f3f..434e4dabb182 100644 --- a/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild +++ b/dev-python/unittest-mixins/unittest-mixins-1.6-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |