diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:52:57 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-07 22:53:44 +0100 |
commit | 083e5c4b16a5a8a7af0b1471fe27fce3c289e350 (patch) | |
tree | f46b4edb40bdf8a4cc56663ad84cf6092a35f95d /dev-python/spyder-unittest | |
parent | dev-python/spyder-vim: enable py3.11 (diff) | |
download | gentoo-083e5c4b16a5a8a7af0b1471fe27fce3c289e350.tar.gz gentoo-083e5c4b16a5a8a7af0b1471fe27fce3c289e350.tar.bz2 gentoo-083e5c4b16a5a8a7af0b1471fe27fce3c289e350.zip |
dev-python/spyder-unittest: enable py3.11
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.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild index abd29d2cb968..e5d87beccf01 100644 --- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild +++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 virtualx |