diff options
author | 2024-10-04 08:16:25 +0100 | |
---|---|---|
committer | 2024-10-04 08:19:32 +0100 | |
commit | 0026fbdfdd65f83e36b25282303b6f36a14efa19 (patch) | |
tree | 9f4461d08cde66a69984bbc9e8b885e6e236a7af /dev-libs/libbytesize | |
parent | dev-python/pocketlint: enable py3.13 (diff) | |
download | gentoo-0026fbdfdd65f83e36b25282303b6f36a14efa19.tar.gz gentoo-0026fbdfdd65f83e36b25282303b6f36a14efa19.tar.bz2 gentoo-0026fbdfdd65f83e36b25282303b6f36a14efa19.zip |
dev-libs/libbytesize: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.11.ebuild b/dev-libs/libbytesize/libbytesize-2.11.ebuild index 87fa8741c50b..542e5d4113d0 100644 --- a/dev-libs/libbytesize/libbytesize-2.11.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.11.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-r1 |