diff options
author | Sam James <sam@gentoo.org> | 2023-03-09 06:20:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-09 06:20:56 +0000 |
commit | 8b91725c00c390f393f378f66c046383c254df81 (patch) | |
tree | add3027ab2645413a6cc86f2c3b573167967f267 /app-containers | |
parent | app-containers/sen: drop 0.6.1_p20200905 (diff) | |
download | gentoo-8b91725c00c390f393f378f66c046383c254df81.tar.gz gentoo-8b91725c00c390f393f378f66c046383c254df81.tar.bz2 gentoo-8b91725c00c390f393f378f66c046383c254df81.zip |
app-containers/sen: enable py3.11
Closes: https://github.com/mgorny/python-bump-testing/issues/34
Closes: https://bugs.gentoo.org/896512
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/sen/sen-0.6.1_p20200905-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild b/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild index d7d5d62f4a83..5e5c4d1cb142 100644 --- a/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild +++ b/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b" |