diff options
author | 2023-07-28 16:31:54 +0200 | |
---|---|---|
committer | 2023-07-28 16:33:23 +0200 | |
commit | d012e0bfdc5a1f823ffce522049b68ada87c31bf (patch) | |
tree | 5f2d26ca43af6c6168787d1c3f0de17dc4c01bf1 /dev-python/apsw | |
parent | dev-python/hypothesis: Enabli USE=cli on py3.12 (diff) | |
download | gentoo-d012e0bfdc5a1f823ffce522049b68ada87c31bf.tar.gz gentoo-d012e0bfdc5a1f823ffce522049b68ada87c31bf.tar.bz2 gentoo-d012e0bfdc5a1f823ffce522049b68ada87c31bf.zip |
dev-python/apsw: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apsw')
-rw-r--r-- | dev-python/apsw/apsw-3.42.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild b/dev-python/apsw/apsw-3.42.0.1.ebuild index cbe98664d4c3..21c2e33d0999 100644 --- a/dev-python/apsw/apsw-3.42.0.1.ebuild +++ b/dev-python/apsw/apsw-3.42.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |