From af1a64f6d71fdfbda5310e65fdf3eda255c42efa Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Mon, 12 May 2025 05:36:21 +0000 Subject: dev-db/postgresql: enable py3.14 Signed-off-by: Patrick Lauer --- dev-db/postgresql/postgresql-13.21.ebuild | 2 +- dev-db/postgresql/postgresql-14.18.ebuild | 2 +- dev-db/postgresql/postgresql-15.13.ebuild | 2 +- dev-db/postgresql/postgresql-16.9.ebuild | 2 +- dev-db/postgresql/postgresql-17.5.ebuild | 2 +- dev-db/postgresql/postgresql-18_beta1.ebuild | 2 +- dev-db/postgresql/postgresql-9999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dev-db/postgresql') diff --git a/dev-db/postgresql/postgresql-13.21.ebuild b/dev-db/postgresql/postgresql-13.21.ebuild index 9cf4bc9dc0f2..9ecc47cd2b4a 100644 --- a/dev-db/postgresql/postgresql-13.21.ebuild +++ b/dev-db/postgresql/postgresql-13.21.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 diff --git a/dev-db/postgresql/postgresql-14.18.ebuild b/dev-db/postgresql/postgresql-14.18.ebuild index 2c50cad175d8..e0f3d5f6752a 100644 --- a/dev-db/postgresql/postgresql-14.18.ebuild +++ b/dev-db/postgresql/postgresql-14.18.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 diff --git a/dev-db/postgresql/postgresql-15.13.ebuild b/dev-db/postgresql/postgresql-15.13.ebuild index a49e9243c00a..c87381ff3006 100644 --- a/dev-db/postgresql/postgresql-15.13.ebuild +++ b/dev-db/postgresql/postgresql-15.13.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 diff --git a/dev-db/postgresql/postgresql-16.9.ebuild b/dev-db/postgresql/postgresql-16.9.ebuild index 74e3a2230c55..877651a41ead 100644 --- a/dev-db/postgresql/postgresql-16.9.ebuild +++ b/dev-db/postgresql/postgresql-16.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 diff --git a/dev-db/postgresql/postgresql-17.5.ebuild b/dev-db/postgresql/postgresql-17.5.ebuild index b7ea42c68061..ec2c1e3ad9d1 100644 --- a/dev-db/postgresql/postgresql-17.5.ebuild +++ b/dev-db/postgresql/postgresql-17.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 diff --git a/dev-db/postgresql/postgresql-18_beta1.ebuild b/dev-db/postgresql/postgresql-18_beta1.ebuild index 6cc29e1c573f..bdc8d5b263e9 100644 --- a/dev-db/postgresql/postgresql-18_beta1.ebuild +++ b/dev-db/postgresql/postgresql-18_beta1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 52a54384b01b..af8c8133b5db 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 -- cgit v1.2.3