Re: git: 988da7290c99 - main - ./UPDATING: mention the python default version change
Date: Tue, 04 Jun 2024 09:00:10 UTC
I don't quite get what's being talked about here. I update PHP packages the same way as Python ones. When I want to switch Nextcloud to a newer PHP version, I uninstall it, then do an autoremove sweep, then install a new one. I just upgraded my Python packages the same way - remove old applications, autoremove deps, install the same applications with a new py311 prefix. Getting conflicts is actually good there, as it either alerts me of a py39-only software or remove py39 leftovers.