diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-11 10:21:52 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-11 10:24:27 +0200 |
commit | 53c13cb7ed4e9622184a263a92453619be3571b1 (patch) | |
tree | b53beaf77d87de4e58143c5a5ad13e2d26a1fc83 /app-containers/sen | |
parent | dev-python/urwidtrees: enable py3.13 (diff) | |
download | gentoo-53c13cb7ed4e9622184a263a92453619be3571b1.tar.gz gentoo-53c13cb7ed4e9622184a263a92453619be3571b1.tar.bz2 gentoo-53c13cb7ed4e9622184a263a92453619be3571b1.zip |
app-containers/sen: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/sen')
-rw-r--r-- | app-containers/sen/sen-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/sen/sen-0.8.0.ebuild b/app-containers/sen/sen-0.8.0.ebuild index 5ff2192720f0..e954d938ca66 100644 --- a/app-containers/sen/sen-0.8.0.ebuild +++ b/app-containers/sen/sen-0.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="Terminal User Interface for docker engine" |