diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:40:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:40:47 +0200 |
commit | 9172ef4ea6bfa653eb5425ece5e98978e01645d7 (patch) | |
tree | 96b9efb86611e92be34c1a93b31a5b0a548f1521 /dev-python/alembic | |
parent | dev-python/atomicwrites: Enable py3.10 (diff) | |
download | gentoo-9172ef4ea6bfa653eb5425ece5e98978e01645d7.tar.gz gentoo-9172ef4ea6bfa653eb5425ece5e98978e01645d7.tar.bz2 gentoo-9172ef4ea6bfa653eb5425ece5e98978e01645d7.zip |
dev-python/alembic: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/alembic')
-rw-r--r-- | dev-python/alembic/alembic-1.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/alembic/alembic-1.6.5.ebuild b/dev-python/alembic/alembic-1.6.5.ebuild index 6105a9e2d89c..47b70503fe5a 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" |