summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-26 16:55:56 +0200
committerSam James <sam@gentoo.org>2023-05-26 16:13:58 +0100
commit0fad64439a0b0a7c567857bd153142739a1889fb (patch)
tree472fb63749d9fc904db6bd2f4b1287b53ec3d584 /dev-python/strict-rfc3339
parentdev-python/rfc3986-validator: enable py3.12 (diff)
downloadgentoo-0fad64439a0b0a7c567857bd153142739a1889fb.tar.gz
gentoo-0fad64439a0b0a7c567857bd153142739a1889fb.tar.bz2
gentoo-0fad64439a0b0a7c567857bd153142739a1889fb.zip
dev-python/strict-rfc3339: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r--dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild
index ffca302958d4..3e8a77e00f7a 100644
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1