diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 19:23:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:31:27 +0200 |
commit | 3461d7b2454f5f9f43403c61bde5f2c852fa6871 (patch) | |
tree | d4e1c1af40618b75899d6a45fcd90ef68c8d8fab /dev-python/appdirs | |
parent | dev-python/pretend: Enable py3.13 (diff) | |
download | gentoo-3461d7b2454f5f9f43403c61bde5f2c852fa6871.tar.gz gentoo-3461d7b2454f5f9f43403c61bde5f2c852fa6871.tar.bz2 gentoo-3461d7b2454f5f9f43403c61bde5f2c852fa6871.zip |
dev-python/appdirs: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/appdirs')
-rw-r--r-- | dev-python/appdirs/appdirs-1.4.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/appdirs/appdirs-1.4.4-r3.ebuild b/dev-python/appdirs/appdirs-1.4.4-r3.ebuild index bac28f7a310c..c526c49b17d7 100644 --- a/dev-python/appdirs/appdirs-1.4.4-r3.ebuild +++ b/dev-python/appdirs/appdirs-1.4.4-r3.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} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |