diff options
author | Sam James <sam@gentoo.org> | 2022-06-09 01:11:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-09 02:20:23 +0100 |
commit | c4cd17a64db7d6b98825235d6249a568067576f8 (patch) | |
tree | ff75f97a9de50c1aacd2cd4ee45d9f37684bdc2d /dev-libs | |
parent | dev-libs/libpqxx: drop noop Python 3.7 (diff) | |
download | gentoo-c4cd17a64db7d6b98825235d6249a568067576f8.tar.gz gentoo-c4cd17a64db7d6b98825235d6249a568067576f8.tar.bz2 gentoo-c4cd17a64db7d6b98825235d6249a568067576f8.zip |
dev-libs/libpqxx: enable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpqxx/libpqxx-7.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libpqxx/libpqxx-7.4.1.ebuild b/dev-libs/libpqxx/libpqxx-7.4.1.ebuild index fb37c2b797df..b9648d1f4fad 100644 --- a/dev-libs/libpqxx/libpqxx-7.4.1.ebuild +++ b/dev-libs/libpqxx/libpqxx-7.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |