diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-09-03 21:54:13 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-09-03 21:54:13 +0200 |
commit | b51f87961d2c5e7c09a2020f3b5871b7dfe8381e (patch) | |
tree | b9b6a932b8d4c6ac1a89ef62118a1515a8e7d53d /games-util | |
parent | dev-python/pywebview: enable py3.11 (diff) | |
download | guru-b51f87961d2c5e7c09a2020f3b5871b7dfe8381e.tar.gz guru-b51f87961d2c5e7c09a2020f3b5871b7dfe8381e.tar.bz2 guru-b51f87961d2c5e7c09a2020f3b5871b7dfe8381e.zip |
games-util/legendary: enable py3.11
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/legendary/legendary-0.20.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/legendary/legendary-0.20.28.ebuild b/games-util/legendary/legendary-0.20.28.ebuild index afaf69375..b23539c5c 100644 --- a/games-util/legendary/legendary-0.20.28.ebuild +++ b/games-util/legendary/legendary-0.20.28.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |