diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-20 18:43:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-20 19:55:27 +0200 |
commit | b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033 (patch) | |
tree | 2d2cbf934af1d3b6b4eaa9e03a329650753d67ec /dev-python/serverfiles | |
parent | dev-python/serverfiles: Use PEP517 (diff) | |
download | gentoo-b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033.tar.gz gentoo-b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033.tar.bz2 gentoo-b6b11ab80eaf9b5bf6df6d15aa33e4f2890c1033.zip |
dev-python/serverfiles: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/serverfiles')
-rw-r--r-- | dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild b/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild index f259777bd2e0..3b1476909f7f 100644 --- a/dev-python/serverfiles/serverfiles-0.3.1-r1.ebuild +++ b/dev-python/serverfiles/serverfiles-0.3.1-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 DESCRIPTION="Utility for accessing HTTP server and storing files locally for reuse" |