diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:17:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:22:13 +0200 |
commit | 49becc1770dfe111bf36d3a640710b12a5bfe0eb (patch) | |
tree | 4299df4630cfcba9b2692e3df599b262ecb782d4 /dev-python/ntplib | |
parent | dev-python/node-semver: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 4 |
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 |