diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:31:22 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:31:40 -0500 |
commit | 4cceadf3cbc438a24a99858fe9941cf471f98fcc (patch) | |
tree | c1411d4dd856f9a3c08c2b39b7d7de525e10fcdb /dev-util/gertty | |
parent | dev-python/git-review: enable py3.12 (diff) | |
download | gentoo-4cceadf3cbc438a24a99858fe9941cf471f98fcc.tar.gz gentoo-4cceadf3cbc438a24a99858fe9941cf471f98fcc.tar.bz2 gentoo-4cceadf3cbc438a24a99858fe9941cf471f98fcc.zip |
dev-util/gertty: enable py3.12
Closes: https://bugs.gentoo.org/929538
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-util/gertty')
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild index bb526e970682..de0a8ec025a5 100644 --- a/dev-util/gertty/gertty-1.6.0-r2.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 6e5ddeafe6e3..0fb789cd3c51 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |