diff options
| author | Patrick Lauer <patrick@gentoo.org> | 2025-05-12 05:36:21 +0000 |
|---|---|---|
| committer | Patrick Lauer <patrick@gentoo.org> | 2025-05-12 05:37:02 +0000 |
| commit | af1a64f6d71fdfbda5310e65fdf3eda255c42efa (patch) | |
| tree | 2c42333f65d01cba52e1e0b47b25cb8acfd026ca /dev-db/postgresql | |
| parent | b9b965be75970b2b7852167c6ea46cea14a8b15c (diff) | |
| download | gentoo-af1a64f6d71fdfbda5310e65fdf3eda255c42efa.tar.gz gentoo-af1a64f6d71fdfbda5310e65fdf3eda255c42efa.tar.bz2 gentoo-af1a64f6d71fdfbda5310e65fdf3eda255c42efa.zip | |
dev-db/postgresql: enable py3.14
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
| -rw-r--r-- | dev-db/postgresql/postgresql-13.21.ebuild | 2 | ||||
| -rw-r--r-- | dev-db/postgresql/postgresql-14.18.ebuild | 2 | ||||
| -rw-r--r-- | dev-db/postgresql/postgresql-15.13.ebuild | 2 | ||||
| -rw-r--r-- | dev-db/postgresql/postgresql-16.9.ebuild | 2 | ||||
| -rw-r--r-- | dev-db/postgresql/postgresql-17.5.ebuild | 2 | ||||
| -rw-r--r-- | dev-db/postgresql/postgresql-18_beta1.ebuild | 2 | ||||
| -rw-r--r-- | 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 |
