diff options
author | Aliaksei Urbanski <aliaksei.urbanski@gmail.com> | 2024-02-03 10:43:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-03 10:23:42 +0200 |
commit | ee23466945412ad8e79d50631bf30e3576da048c (patch) | |
tree | 7129764d80e7d577591953c3ef86c0b585a842f5 /app-admin/pydf | |
parent | dev-python/jsonschema: Stabilize 4.21.1 ALLARCHES, #923664 (diff) | |
download | gentoo-ee23466945412ad8e79d50631bf30e3576da048c.tar.gz gentoo-ee23466945412ad8e79d50631bf30e3576da048c.tar.bz2 gentoo-ee23466945412ad8e79d50631bf30e3576da048c.zip |
app-admin/pydf: add Python 3.12 support
Closes: https://bugs.gentoo.org/923658
Signed-off-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35163
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin/pydf')
-rw-r--r-- | app-admin/pydf/pydf-12-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/pydf/pydf-12-r2.ebuild b/app-admin/pydf/pydf-12-r2.ebuild index 3e25d4bf004a..08f2836810a4 100644 --- a/app-admin/pydf/pydf-12-r2.ebuild +++ b/app-admin/pydf/pydf-12-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-r1 |