summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-16 19:15:19 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-16 19:34:07 +0200
commit927646a4fa08cb6cb3dfe32272ee5af505225c29 (patch)
tree8b0820e30edc7e10c8c74409da2e9712acda4cec /dev-python/python-pam
parentdev-python/python-redmine: Enable py3.13 (diff)
downloadgentoo-927646a4fa08cb6cb3dfe32272ee5af505225c29.tar.gz
gentoo-927646a4fa08cb6cb3dfe32272ee5af505225c29.tar.bz2
gentoo-927646a4fa08cb6cb3dfe32272ee5af505225c29.zip
dev-python/python-pam: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-pam')
-rw-r--r--dev-python/python-pam/python-pam-2.0.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-pam/python-pam-2.0.2-r2.ebuild b/dev-python/python-pam/python-pam-2.0.2-r2.ebuild
index 5128788119df..c5d384668b4d 100644
--- a/dev-python/python-pam/python-pam-2.0.2-r2.ebuild
+++ b/dev-python/python-pam/python-pam-2.0.2-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1