diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 15:33:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 15:33:49 +0200 |
commit | 8ac5b0888b445ba0506357a14be9416753a57f75 (patch) | |
tree | 82c4b5231b56c9a7359315cdc93188306352b2ea /dev-python/publicsuffix | |
parent | dev-python/prompt-toolkit: Enable py3.12 (diff) | |
download | gentoo-8ac5b0888b445ba0506357a14be9416753a57f75.tar.gz gentoo-8ac5b0888b445ba0506357a14be9416753a57f75.tar.bz2 gentoo-8ac5b0888b445ba0506357a14be9416753a57f75.zip |
dev-python/publicsuffix: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/publicsuffix')
-rw-r--r-- | dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild b/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild index bca1482cc1a5..ba61d144be7f 100644 --- a/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild +++ b/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |