dev-python/suntime: bump python

Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
Anton Schubert 2022-09-07 15:23:25 +02:00
parent d310593324
commit 55dee35da7
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
PYTHON_COMPAT=( python3_9 python3_10 python3_11 )
inherit distutils-r1
DESCRIPTION="Simple sunset and sunrise time calculation python library"