diff options
author | 2023-12-30 19:53:03 -0500 | |
---|---|---|
committer | 2023-12-30 19:53:03 -0500 | |
commit | 697141f049e13db7cae2b45fba18ece1155e6714 (patch) | |
tree | 4aff4bcf44f4dcc2bb4de8f6ecfb98c236816b4a /dev-python/readmdict | |
parent | dev-python/pyqtdarktheme: enable py3.12 (diff) | |
download | guru-697141f049e13db7cae2b45fba18ece1155e6714.tar.gz guru-697141f049e13db7cae2b45fba18ece1155e6714.tar.bz2 guru-697141f049e13db7cae2b45fba18ece1155e6714.zip |
dev-python/readmdict: enable py3.12
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/readmdict')
-rw-r--r-- | dev-python/readmdict/readmdict-0.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/readmdict/readmdict-0.1.1-r1.ebuild b/dev-python/readmdict/readmdict-0.1.1-r1.ebuild index 1c0174708..79ac5e01a 100644 --- a/dev-python/readmdict/readmdict-0.1.1-r1.ebuild +++ b/dev-python/readmdict/readmdict-0.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 optfeature pypi |