summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-09 17:02:53 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:33:47 +0200
commit293c0419c5a5e7415927ebbc44be467a6e2b4603 (patch)
tree75614891ce7370deb2ed7e6bb183d4d4f15e1c27
parentdev-python/appdirs: Enable py3.11 (diff)
downloadgentoo-293c0419c5a5e7415927ebbc44be467a6e2b4603.tar.gz
gentoo-293c0419c5a5e7415927ebbc44be467a6e2b4603.tar.bz2
gentoo-293c0419c5a5e7415927ebbc44be467a6e2b4603.zip
dev-python/jaraco-context: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild b/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild
index d54aa2dd845c..90f35d3b5b14 100644
--- a/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1