diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 15:28:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 15:57:58 +0200 |
commit | 0644f9873f1d4b3243bed5b264344c1dbfb4ea21 (patch) | |
tree | 0dd0d79fcbe208b110cde93bedc81825894a21c3 /dev-python/Faker | |
parent | www-client/opera-developer: remove old (diff) | |
download | gentoo-0644f9873f1d4b3243bed5b264344c1dbfb4ea21.tar.gz gentoo-0644f9873f1d4b3243bed5b264344c1dbfb4ea21.tar.bz2 gentoo-0644f9873f1d4b3243bed5b264344c1dbfb4ea21.zip |
dev-python/Faker: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Faker')
-rw-r--r-- | dev-python/Faker/Faker-18.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Faker/Faker-18.9.0.ebuild b/dev-python/Faker/Faker-18.9.0.ebuild index 2fa715bfd9c8..710178d555ae 100644 --- a/dev-python/Faker/Faker-18.9.0.ebuild +++ b/dev-python/Faker/Faker-18.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |