summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-11 20:20:36 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-11 20:24:20 +0200
commit309e5c87b10e3ba8d022b02d748450279ded3411 (patch)
tree1e7bc8dcddbcbe7345b84cbe448fa4ed228a81c9 /dev-python/pyrfc3339
parentdev-python/pyrfc3339: PEP517, EAPI=8, improve tests (diff)
downloadgentoo-309e5c87b10e3ba8d022b02d748450279ded3411.tar.gz
gentoo-309e5c87b10e3ba8d022b02d748450279ded3411.tar.bz2
gentoo-309e5c87b10e3ba8d022b02d748450279ded3411.zip
dev-python/pyrfc3339: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyrfc3339')
-rw-r--r--dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild b/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild
index c548353bc870..4e06f4131a77 100644
--- a/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild
+++ b/dev-python/pyrfc3339/pyrfc3339-1.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Generates and parses RFC 3339 timestamps"