Date: Wed, 06 Jul 2022 15:05:42 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Kubilay Kocak <koobs@FreeBSD.org> Cc: The Doctor <doctor@doctor.nl2k.ab.ca>, freebsd-ports@freebsd.org Subject: Re: Python 3.10 and Python 3.11 Message-ID: <zghm-l7bt-wny@FreeBSD.org> In-Reply-To: <8b7ef5da-1f0d-cf1b-bf09-8ced4c7a26db@FreeBSD.org> (Kubilay Kocak's message of "Wed, 6 Jul 2022 11:09:45 %2B1000") References: <YsO6itix%2BrAAA4hn@doctor.nl2k.ab.ca> <8b7ef5da-1f0d-cf1b-bf09-8ced4c7a26db@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kubilay Kocak <koobs@FreeBSD.org> writes: > On 5/07/2022 2:14 pm, The Doctor wrote: > >> Will they be properly recognised so that ports like >> ceph can use them? > > If you can provide a patch adding them, leaving them last in the > preferred order in python.mk (x,y,z,3.11,3.10) , we're happy to > review/accept (all else equal). > > If not, please open an issue requesting the addition: > > "Mk/Uses:python.mk: Add Python 3.10 and 3.11 to version list" net/cepth14 has USES+=python:3.8-3.9, so ignoring 3.10 and 3.11 seems intentional. According to upstream documentation[1] Ceph 14 has reached EOL on 2021-06-30. Possible solutions are: accept multiple pythonXY packages, backport Ceph fixes for newer Python or port newer Ceph version. I don't use Ceph but DEFAULT_VERSIONS+=python=3.10 python3=3.10 worked fine for me for ~1 year without issues. [1] https://docs.ceph.com/en/latest/releases/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?zghm-l7bt-wny>