commit: 5c523d2b49bd7f1d3be48317824439b97b24d27f Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 00:12:21 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 00:12:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c523d2b
dev-python/psycopg2cffi: enable py3.12 Closes: https://bugs.gentoo.org/931399 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild index 5aace629b5..e8f52a83d2 100644 --- a/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild +++ b/dev-python/psycopg2cffi/psycopg2cffi-2.9.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit databases distutils-r1 edo
