diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2021-05-24 12:25:43 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-05-24 12:42:35 -0700 |
commit | dfb4213ddf96570d510fec052444f58d3320f401 (patch) | |
tree | 40a4717ac2acde0c01da6c40498dc7eecfcdcbc5 /dev-python/responses | |
parent | dev-python/pytest-localserver-0.5.0: Add py310 (diff) | |
download | gentoo-dfb4213ddf96570d510fec052444f58d3320f401.tar.gz gentoo-dfb4213ddf96570d510fec052444f58d3320f401.tar.bz2 gentoo-dfb4213ddf96570d510fec052444f58d3320f401.zip |
dev-python/responses-0.13.2: Add py310
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/responses')
-rw-r--r-- | dev-python/responses/responses-0.13.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/responses/responses-0.13.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/responses/responses-0.13.2.ebuild b/dev-python/responses/responses-0.13.2.ebuild index defc47fbf49f..95abad3ada8e 100644 --- a/dev-python/responses/responses-0.13.2.ebuild +++ b/dev-python/responses/responses-0.13.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 diff --git a/dev-python/responses/responses-0.13.3.ebuild b/dev-python/responses/responses-0.13.3.ebuild index e4ed917ccca2..d25a69674a20 100644 --- a/dev-python/responses/responses-0.13.3.ebuild +++ b/dev-python/responses/responses-0.13.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |