diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 13:47:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 14:00:49 +0200 |
commit | 6aa559ed82533481d40680e04327654eb67d2f82 (patch) | |
tree | 3c164998cc4728e652decbf71538864c4a5c97c4 /dev-python/wrapt | |
parent | dev-python/httplib2: Enable py3.12 (diff) | |
download | gentoo-6aa559ed82533481d40680e04327654eb67d2f82.tar.gz gentoo-6aa559ed82533481d40680e04327654eb67d2f82.tar.bz2 gentoo-6aa559ed82533481d40680e04327654eb67d2f82.zip |
dev-python/wrapt: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wrapt')
-rw-r--r-- | dev-python/wrapt/wrapt-1.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wrapt/wrapt-1.15.0.ebuild b/dev-python/wrapt/wrapt-1.15.0.ebuild index deca47a04a4b..9e33fe5a5171 100644 --- a/dev-python/wrapt/wrapt-1.15.0.ebuild +++ b/dev-python/wrapt/wrapt-1.15.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |