summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-03 19:44:14 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-03 19:45:48 +0200
commitc29265069b958370e1fc51b36873a8ca144e28fa (patch)
treee44d74c687cbe76f3f4c56ee22555c393b5438df
parentdev-python/pyphen: Enable py3.12 (diff)
downloadgentoo-c29265069b958370e1fc51b36873a8ca144e28fa.tar.gz
gentoo-c29265069b958370e1fc51b36873a8ca144e28fa.tar.bz2
gentoo-c29265069b958370e1fc51b36873a8ca144e28fa.zip
dev-python/pyrfc3339: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild b/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild
index edcdde74e3fa..6b7715805eeb 100644
--- a/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild
+++ b/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="Generates and parses RFC 3339 timestamps"