diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-22 11:14:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-22 11:30:37 +0200 |
commit | 09a88c92abba81c8c690819890d8e914794d31ce (patch) | |
tree | a61307b5929c7f0fb1d05fccff592ecdc9333f4b /dev-python | |
parent | dev-python/pgspecial: Start a database server for tests (diff) | |
download | gentoo-09a88c92abba81c8c690819890d8e914794d31ce.tar.gz gentoo-09a88c92abba81c8c690819890d8e914794d31ce.tar.bz2 gentoo-09a88c92abba81c8c690819890d8e914794d31ce.zip |
dev-python/pgspecial: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pgspecial/pgspecial-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pgspecial/pgspecial-1.13.0.ebuild b/dev-python/pgspecial/pgspecial-1.13.0.ebuild index 9bf3d23fbd6f..a3365765f2b9 100644 --- a/dev-python/pgspecial/pgspecial-1.13.0.ebuild +++ b/dev-python/pgspecial/pgspecial-1.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Python implementation of PostgreSQL meta commands" |