Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fitsio/
Date: Tue, 27 Sep 2022 18:25:37
Message-Id: 1664303124.8d4e2df42863b9b46a840577134435bd38122558.arthurzam@gentoo
1 commit: 8d4e2df42863b9b46a840577134435bd38122558
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 18:07:50 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 18:25:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4e2df4
7
8 dev-python/fitsio: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/fitsio/fitsio-1.1.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/fitsio/fitsio-1.1.8.ebuild b/dev-python/fitsio/fitsio-1.1.8.ebuild
16 index 238fbca619fb..b4730fcfeca7 100644
17 --- a/dev-python/fitsio/fitsio-1.1.8.ebuild
18 +++ b/dev-python/fitsio/fitsio-1.1.8.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit distutils-r1
26
27 DESCRIPTION="Python library to read from and write to FITS files"