python 3.12 is out - rebuild your packages

Sun, 28 Apr 2024 6:15:00
0 minutes, 10 seconds
Dan

All new Python features can be found here.
If you have problems with Arch after upgrading your system, just run the command/s:

pacman -Qoq /usr/lib/python3.11
pikaur -Sy $(pacman -Qoq /usr/lib/python3.11) --rebuild

with your aur-helper.

python 3.10 is out - rebuild your packages

Wed, 15 Dec 2021 18:58:00
0 minutes, 10 seconds
Dan

All new Python features can be found here.
If you have problems with Arch after upgrading your system, just run the command/s:

pacman -Qoq /usr/lib/python3.9
pikaur -S $(pacman -Qoq /usr/lib/python3.9) --rebuild

with your aur-helper.