diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 11:54:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 11:54:54 +0200 |
commit | 22557bb5c116051e8804d13ef54c72530413bb45 (patch) | |
tree | 581a87e24c984638dcf71fde57fdc6696819bab3 /dev-python/versioningit | |
parent | dev-python/textile: Enable py3.12 (diff) | |
download | gentoo-22557bb5c116051e8804d13ef54c72530413bb45.tar.gz gentoo-22557bb5c116051e8804d13ef54c72530413bb45.tar.bz2 gentoo-22557bb5c116051e8804d13ef54c72530413bb45.zip |
dev-python/versioningit: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/versioningit')
-rw-r--r-- | dev-python/versioningit/versioningit-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/versioningit/versioningit-2.2.0.ebuild b/dev-python/versioningit/versioningit-2.2.0.ebuild index f277575c6d8b..c508c0f00b89 100644 --- a/dev-python/versioningit/versioningit-2.2.0.ebuild +++ b/dev-python/versioningit/versioningit-2.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |