summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-08 08:58:54 +0100
committerSam James <sam@gentoo.org>2024-10-08 08:58:54 +0100
commitafea87db0c85ad027115c838b98ec59cfa54cc7c (patch)
tree35f04704b093ef7ff23ad901ca7d790a680427a5 /net-firewall/ufw
parentsys-apps/uswid: enable py3.13 (diff)
downloadgentoo-afea87db0c85ad027115c838b98ec59cfa54cc7c.tar.gz
gentoo-afea87db0c85ad027115c838b98ec59cfa54cc7c.tar.bz2
gentoo-afea87db0c85ad027115c838b98ec59cfa54cc7c.zip
net-firewall/ufw: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/ufw')
-rw-r--r--net-firewall/ufw/ufw-0.36.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/ufw/ufw-0.36.1.ebuild b/net-firewall/ufw/ufw-0.36.1.ebuild
index 57490646a919..b731656a901d 100644
--- a/net-firewall/ufw/ufw-0.36.1.ebuild
+++ b/net-firewall/ufw/ufw-0.36.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_IN_SOURCE_BUILD=1
DISTUTILS_USE_SETUPTOOLS=no