Re: Status of Python 3.11
Matthias Fechner <[email protected]> Tue, 23 Jun 2026 16:07:38 +0200
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Am 20.06.26 um 19:01 schrieb Dag-Erling Smørgrav:
> I have posted reviews net/samba416 and www/py-django60:
>
> https://reviews.freebsd.org/D57713
> https://reviews.freebsd.org/D57714
>
>
I tested python 3.14.
I changed in my poudriere the default to 3.14 and then executed on the
testsystem (after rebuild):
sh
for i in $(pkg query -g %n 'py311-*'); do pkg set -yn
${i}:py314-${i#py311-}; done
pkg upgrade
pkg remove python311
but paperless-ngx seems not to work with python 3.14 (at least the webui
part seems not to start).
I did not had a service listen on port 8000.
I did not found an clear error message that points to a problem.
I will for now switch back to 3.11.
I think for switch to 3.14 some additional work is required, but I think
that is the best way to go forward.
Matthias