summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-03-03 19:51:01 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-03-03 19:57:36 +0100
commit6da6aac37ee10965f66f036059b2bd1801ef1487 (patch)
tree699da6df181811a5f8a0e6c1980caf56523ebe23 /dev-python/spyder-unittest
parentdev-python/spyder-terminal: enable py3.12 (diff)
downloadgentoo-6da6aac37ee10965f66f036059b2bd1801ef1487.tar.gz
gentoo-6da6aac37ee10965f66f036059b2bd1801ef1487.tar.bz2
gentoo-6da6aac37ee10965f66f036059b2bd1801ef1487.zip
dev-python/spyder-unittest: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-unittest')
-rw-r--r--dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
index ab7874f61a8e..80f8b384207b 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 virtualx