diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-29 17:30:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-29 17:32:18 +0300 |
commit | a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7 (patch) | |
tree | 1613653fd14ccd94db972f31b21b295fa00b3bda /dev-python/pendulum | |
parent | dev-python/pytzdata: enable py3.11 (diff) | |
download | gentoo-a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7.tar.gz gentoo-a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7.tar.bz2 gentoo-a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7.zip |
dev-python/pendulum: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pendulum')
-rw-r--r-- | dev-python/pendulum/pendulum-2.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild index 8ed0456d4293..0bc4257cedc4 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |