summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:17:21 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:22:13 +0200
commit49becc1770dfe111bf36d3a640710b12a5bfe0eb (patch)
tree4299df4630cfcba9b2692e3df599b262ecb782d4 /dev-python/ntplib
parentdev-python/node-semver: Enable py3.13 (diff)
downloadgentoo-49becc1770dfe111bf36d3a640710b12a5bfe0eb.tar.gz
gentoo-49becc1770dfe111bf36d3a640710b12a5bfe0eb.tar.bz2
gentoo-49becc1770dfe111bf36d3a640710b12a5bfe0eb.zip
dev-python/ntplib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ntplib')
-rw-r--r--dev-python/ntplib/ntplib-0.4.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
index cda2e14cd3b1..aaf688816f87 100644
--- a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
+++ b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-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