diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-18 09:52:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 15:02:44 +0200 |
commit | 66ce8c634172c7cb2460563bdbef4ce89a0add92 (patch) | |
tree | f406d4bc44b87599461ec154fb22646e87549a5d /dev-python/chai | |
parent | dev-python/jdcal: Port to python3.10 (diff) | |
download | gentoo-66ce8c634172c7cb2460563bdbef4ce89a0add92.tar.gz gentoo-66ce8c634172c7cb2460563bdbef4ce89a0add92.tar.bz2 gentoo-66ce8c634172c7cb2460563bdbef4ce89a0add92.zip |
dev-python/chai: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/chai')
-rw-r--r-- | dev-python/chai/chai-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chai/chai-1.1.2.ebuild b/dev-python/chai/chai-1.1.2.ebuild index 1ef68cb1819a..7358d7bf3d5a 100644 --- a/dev-python/chai/chai-1.1.2.ebuild +++ b/dev-python/chai/chai-1.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Easy to use mocking, stubbing and spying framework" |