aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-05-23 23:05:23 +0200
committerDavid Roman <davidroman96@gmail.com>2023-05-23 23:05:23 +0200
commit7830f1124798762a2717854d0bed3853c6a0d9d9 (patch)
treea24641879fc9ca292fca27e91305bd44e7c6c62d /dev-python
parentdev-python/guidata: add 2.3.1, drop 2.3.0 (diff)
downloadguru-7830f1124798762a2717854d0bed3853c6a0d9d9.tar.gz
guru-7830f1124798762a2717854d0bed3853c6a0d9d9.tar.bz2
guru-7830f1124798762a2717854d0bed3853c6a0d9d9.zip
dev-python/persist-queue: enable py3.11 and disable py3.10
Closes: https://bugs.gentoo.org/897498 Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/persist-queue/persist-queue-0.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index dff9d13166..80ea1e6c31 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_10)
+PYTHON_COMPAT=( python3_11)
inherit distutils-r1 pypi