(Grav GitSync) Automatic Commit from dan

This commit is contained in:
dan 2024-04-28 08:15:55 +02:00 committed by GitSync
parent 9b14f959fa
commit c409a90447
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
---
title: 'python 3.12 is out - rebuild your packages'
author: Dan
published: true
date: '28-04-2024 06:15'
taxonomy:
category:
- news
tag:
- python
- 'Arch Linux'
- release
aura:
author: dan
---
All new Python features can be found [here](https://docs.python.org/3/whatsnew/3.12.html).
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.