commit: 9172ef4ea6bfa653eb5425ece5e98978e01645d7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 5 12:40:26 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 5 12:40:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9172ef4e
dev-python/alembic: Enable py3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/alembic/alembic-1.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alembic/alembic-1.6.5.ebuild b/dev-python/alembic/alembic-1.6.5.ebuild index 6105a9e2d89..47b70503fe5 100644 --- a/dev-python/alembic/alembic-1.6.5.ebuild +++ b/dev-python/alembic/alembic-1.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"