news/pages/01.blog/python-3-12-is-out-rebuild-your-packages/item.en.md

26 lines
574 B
Markdown
Raw Normal View History

---
title: 'python 3.12 is out - rebuild your packages'
author: Dan
published: true
date: '28-04-2024 06:15'
taxonomy:
category:
- news
tag:
- 'Arch Linux'
- release
- python
aura:
author: dan
media_order: python-software-logo.jpg
---
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.