diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:57:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:57:01 +0200 |
commit | e98ebaa2e4cda87d4d6d07c9d52702e49ac971f7 (patch) | |
tree | 9e2eb425d8e97e59bf17acd94ff3ffb2d2037814 /dev-util/umockdev | |
parent | sci-visualization/fityk: Eradicate python3.6 (diff) | |
download | gentoo-e98ebaa2e4cda87d4d6d07c9d52702e49ac971f7.tar.gz gentoo-e98ebaa2e4cda87d4d6d07c9d52702e49ac971f7.tar.bz2 gentoo-e98ebaa2e4cda87d4d6d07c9d52702e49ac971f7.zip |
dev-util/umockdev: Tested up to py3.9
Closes: https://bugs.gentoo.org/718298
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/umockdev')
-rw-r--r-- | dev-util/umockdev/umockdev-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/umockdev/umockdev-0.12.1.ebuild b/dev-util/umockdev/umockdev-0.12.1.ebuild index 6f0275625128..a3ebfc339420 100644 --- a/dev-util/umockdev/umockdev-0.12.1.ebuild +++ b/dev-util/umockdev/umockdev-0.12.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6..9} ) inherit multilib-minimal python-any-r1 |