summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-22 11:14:51 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-22 11:30:37 +0200
commit09a88c92abba81c8c690819890d8e914794d31ce (patch)
treea61307b5929c7f0fb1d05fccff592ecdc9333f4b /dev-python/pgspecial
parentdev-python/pgspecial: Start a database server for tests (diff)
downloadgentoo-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/pgspecial')
-rw-r--r--dev-python/pgspecial/pgspecial-1.13.0.ebuild2
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"