diff options
author | 2021-05-22 11:52:34 +0300 | |
---|---|---|
committer | 2021-05-22 20:18:07 +0200 | |
commit | a4556cbea8584a7f94da91fa2379ce550bff1173 (patch) | |
tree | 776b3d3fe4a0104649ee5dfd1f8d75c4455e4c3c /dev-python/apispec | |
parent | dev-python/yarl: enable doc generation (diff) | |
download | gentoo-a4556cbea8584a7f94da91fa2379ce550bff1173.tar.gz gentoo-a4556cbea8584a7f94da91fa2379ce550bff1173.tar.bz2 gentoo-a4556cbea8584a7f94da91fa2379ce550bff1173.zip |
dev-python/apispec: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apispec')
-rw-r--r-- | dev-python/apispec/apispec-4.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/apispec/apispec-4.4.1.ebuild b/dev-python/apispec/apispec-4.4.1.ebuild index 9e530e3935f3..be3693426296 100644 --- a/dev-python/apispec/apispec-4.4.1.ebuild +++ b/dev-python/apispec/apispec-4.4.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |