diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 19:00:38 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-11-25 19:00:38 +0000 |
commit | ed58c47ca6f57dfc02a3bc4910d70ab572cbaa1e (patch) | |
tree | 3617b73e89642c9520f7acfe4d310b2660109a14 /dev-python | |
parent | dev-python/dateparser: enable py3.13 (diff) | |
download | portage-ed58c47ca6f57dfc02a3bc4910d70ab572cbaa1e.tar.xz |
dev-python/construct-classes: enable py3.13
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/construct-classes/construct-classes-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/construct-classes/construct-classes-0.1.2.ebuild b/dev-python/construct-classes/construct-classes-0.1.2.ebuild index d0f23894..633b1e7d 100644 --- a/dev-python/construct-classes/construct-classes-0.1.2.ebuild +++ b/dev-python/construct-classes/construct-classes-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=poetry PYPI_NO_NORMALIZE=1 |