diff options
author | 2022-06-01 08:20:43 +0100 | |
---|---|---|
committer | 2022-06-01 08:25:36 +0100 | |
commit | 60cee1b89d07c2805c36103627fd1251a33c46a2 (patch) | |
tree | 2999b7609dcf94c31b2450d242611bce86000952 /dev-python/Faker | |
parent | dev-python/dbus-next: fix test crash w/ Python 3.11 (diff) | |
download | gentoo-60cee1b89d07c2805c36103627fd1251a33c46a2.tar.gz gentoo-60cee1b89d07c2805c36103627fd1251a33c46a2.tar.bz2 gentoo-60cee1b89d07c2805c36103627fd1251a33c46a2.zip |
dev-python/Faker: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/Faker')
-rw-r--r-- | dev-python/Faker/Faker-13.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Faker/Faker-13.12.0.ebuild b/dev-python/Faker/Faker-13.12.0.ebuild index e6e86886aeab..d8e24e8d32e7 100644 --- a/dev-python/Faker/Faker-13.12.0.ebuild +++ b/dev-python/Faker/Faker-13.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A Python package that generates fake data for you" |