summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-23 16:30:19 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-23 17:41:47 +0200
commit80c45217c4042573b6ca5349ae0296438940092e (patch)
tree2b407af757af1025e2a72b48ea9554dcfcd8ff5f /dev-python/platformdirs
parentdev-python/ordered-set: Enable py3.12 (diff)
downloadgentoo-80c45217c4042573b6ca5349ae0296438940092e.tar.gz
gentoo-80c45217c4042573b6ca5349ae0296438940092e.tar.bz2
gentoo-80c45217c4042573b6ca5349ae0296438940092e.zip
dev-python/platformdirs: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/platformdirs')
-rw-r--r--dev-python/platformdirs/platformdirs-3.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/platformdirs/platformdirs-3.5.1.ebuild b/dev-python/platformdirs/platformdirs-3.5.1.ebuild
index 58e26b5de925..70e821d796fb 100644
--- a/dev-python/platformdirs/platformdirs-3.5.1.ebuild
+++ b/dev-python/platformdirs/platformdirs-3.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi