diff options
author | 2023-02-17 11:19:47 +0000 | |
---|---|---|
committer | 2023-02-17 11:19:47 +0000 | |
commit | aa17f58e75a799597185a362f158d53f54c59e1c (patch) | |
tree | 650377d153267cd2e5561bf9bf4ec0846d8a7aaf /app-portage | |
parent | net-misc/socket-burst-dampener: add pypi upstream metadata (diff) | |
download | gentoo-aa17f58e75a799597185a362f158d53f54c59e1c.tar.gz gentoo-aa17f58e75a799597185a362f158d53f54c59e1c.tar.bz2 gentoo-aa17f58e75a799597185a362f158d53f54c59e1c.zip |
app-portage/tatt: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/tatt/tatt-0.10.ebuild | 2 | ||||
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/tatt/tatt-0.10.ebuild b/app-portage/tatt/tatt-0.10.ebuild index a212aa7b2b68..afe63b4f2133 100644 --- a/app-portage/tatt/tatt-0.10.ebuild +++ b/app-portage/tatt/tatt-0.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index 21d03f042cbf..b812e36405f5 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 git-r3 |