diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-19 20:16:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 20:21:47 +0200 |
commit | b062b4a85ad5fc6924d2016d03bf7c037b050756 (patch) | |
tree | 0f6d5eff85cb8f606c6d1f67a59f2ebc7bfb2737 /dev-python/iocapture | |
parent | dev-python/selenium: Bump to python 3.10 (diff) | |
download | gentoo-b062b4a85ad5fc6924d2016d03bf7c037b050756.tar.gz gentoo-b062b4a85ad5fc6924d2016d03bf7c037b050756.tar.bz2 gentoo-b062b4a85ad5fc6924d2016d03bf7c037b050756.zip |
dev-python/iocapture: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/iocapture')
-rw-r--r-- | dev-python/iocapture/iocapture-0.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild index 6c23ff323aca..9dae0845b002 100644 --- a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild +++ b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |