diff options
author | 2023-10-20 14:45:58 +0200 | |
---|---|---|
committer | 2023-10-20 14:59:17 +0200 | |
commit | 0cd9b36ab701e67187a6b1ad4a6c9f42be051c11 (patch) | |
tree | 29cf86a7caba06bed382d370715373ebfe019abe | |
parent | net-fs/netatalk: drop 3.1.12-r7, 3.1.17 (diff) | |
download | gentoo-0cd9b36ab701e67187a6b1ad4a6c9f42be051c11.tar.gz gentoo-0cd9b36ab701e67187a6b1ad4a6c9f42be051c11.tar.bz2 gentoo-0cd9b36ab701e67187a6b1ad4a6c9f42be051c11.zip |
dev-python/DBUtils: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/DBUtils/DBUtils-3.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/DBUtils/DBUtils-3.0.3.ebuild b/dev-python/DBUtils/DBUtils-3.0.3.ebuild index eb590124d5d4..de22d20e4317 100644 --- a/dev-python/DBUtils/DBUtils-3.0.3.ebuild +++ b/dev-python/DBUtils/DBUtils-3.0.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |