summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-05 08:37:01 +0000
committerSam James <sam@gentoo.org>2023-01-05 08:49:36 +0000
commit6257e00af623a2ad917d47cc1d490dc211f4949b (patch)
treeaf81e8a4d05b6f63c629b6a69381c3b7db72b2c1
parentdev-python/python-neutronclient: Bump to 8.2.1 (diff)
downloadgentoo-6257e00af623a2ad917d47cc1d490dc211f4949b.tar.gz
gentoo-6257e00af623a2ad917d47cc1d490dc211f4949b.tar.bz2
gentoo-6257e00af623a2ad917d47cc1d490dc211f4949b.zip
dev-python/pytest-localftpserver: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild b/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild
index e826b9bbbf46..3973e9328d0c 100644
--- a/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild
+++ b/dev-python/pytest-localftpserver/pytest-localftpserver-1.1.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
MY_PN="${PN/-/_}"