diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 15:47:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 16:44:58 +0300 |
commit | bb16702fc4bb70ef461c245ee6fccc403f4ec00d (patch) | |
tree | 047ca6d77ea2e19bf9ee15f3c41def42821e0bc0 /dev-python/subunit | |
parent | dev-python/oslo-concurrency: enable py3.11 (diff) | |
download | gentoo-bb16702fc4bb70ef461c245ee6fccc403f4ec00d.tar.gz gentoo-bb16702fc4bb70ef461c245ee6fccc403f4ec00d.tar.bz2 gentoo-bb16702fc4bb70ef461c245ee6fccc403f4ec00d.zip |
dev-python/subunit: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/subunit-1.4.0_p20210729.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/subunit/subunit-1.4.0_p20210729.ebuild b/dev-python/subunit/subunit-1.4.0_p20210729.ebuild index 1360e973fd44..16343b0d8815 100644 --- a/dev-python/subunit/subunit-1.4.0_p20210729.ebuild +++ b/dev-python/subunit/subunit-1.4.0_p20210729.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 multilib-minimal autotools |