commit:     af1a64f6d71fdfbda5310e65fdf3eda255c42efa
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 05:36:21 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon May 12 05:37:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a64f6

dev-db/postgresql: enable py3.14

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 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(-)

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
 

Reply via email to