#Python312
Die Standardversion von #python im #freebsd Ports-Tree wurde auf 3.12 aktualisiert und es stehen neue py312-*-Pakete zur Verfügung.

Hier meine persönliche Reihenfolge damit das Update glatt läuft.

https://bsdbox.de/blog/20260719-python312
FreeBSD Python3.12 Update
Die Standardversion von Python im Ports-Tree wurde auf 3.12 aktualisiert und es stehen neue py312-*-Pakete zur Verfügung. Um Ihre vorhandenen Python-Pakete auf die entsprechenden 312-Versionen zu aktualisieren, verwende folgende Befehle: pkg update # Update pkg Datenbank pkg set -p -n py311-:py312- # Ersetzt py311 mit py312 service SERVICENAME stop # Stoppe vorher die Dienste! pkg upgrade # Das eigentliche Update pkg install python # Hält den Metaport und die Abhängigkeiten konsistent pkg autoremove # Entfernt 3.11 Rest service -R # Alle Dienste neu starten pkg clean -ya # Entfernt alte Paketquellen Die BSDBox ist meine **IT-Spielwiese**. **Professionelle Dienstleistungen** rund um die Themen Netzwerk-, Server- und Struktur-aufbau biete ich mit meiner Firma computing-competence an. Wenn Du diese Inhalte für wertvoll und nützlich hälts, dann freue ich mich über eine Rückmeldung per Matrix, E-Mail oder folge mir doch auf Mastodon.
bsdbox.de
July 19, 2026 at 7:05 PM
python312-pyyaml
Python YAML parser and emitter for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:00 PM
python312-nodeenv
Node.js virtual environment builder for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:01 PM
python312-identify
File identification library for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:02 PM
python312-virtualenv
Virtual Python environment builder for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:02 PM
python312-python-discovery
Python discovery library for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:01 PM
python312-platformdirs
Platform-specific directories for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:01 PM
python312-filelock
Platform independent file lock for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:01 PM
python312-distlib
Low-level components of distutils2/packaging for Python 3.12
aur.archlinux.org
May 17, 2026 at 1:01 PM
¿
1. Find your Python path:
Right-click This PC > Properties > Advanced system settings > Environment Variables.
Under System variables, find Path and click Edit
You will see directory for Python installation
(e.g., C:\Python312\).
March 23, 2026 at 7:31 AM
this machine learning shit is easy, thanks Kagi!
March 18, 2026 at 3:10 PM
If you're using Python 3.10-3.12 and you upgrade to these security releases:

discuss.python.org/t/python-3-1...

Then I'll tell you about Guido's new oral histories series, starting with @yhg1s.bsky.social:

gvanrossum.github.io/interviews/T...

#Python #Python310 #Python311 #Python312 #security
Python 3.12.13, 3.11.15 and 3.10.20 are now available!
Python Releases For Your Security! New security releases for 3.10, 3.11 and 3.12 are now available. (As these Python versions are now in security-fix-only mode, these are source-only releases, and the...
discuss.python.org
March 3, 2026 at 4:20 PM
and:

[2:19 pkg01 dvl /root/bin] % grep python config.sh
ALL_SETS="${PRIMARY_SETS} ${REGRESSION_SETS} unifi pg16 pg18 php82 python312 python313 python314"

For the nightly script. Let's see if it works.
January 19, 2026 at 2:19 AM
I'm ready for my nightly builds now:

% cd /usr/local/etc/poudriere.d
% cat default-python312-make.conf
DEFAULT_VERSIONS+= python=3.12
% cat default-python313-make.conf
DEFAULT_VERSIONS+= python=3.13
% cat default-python314-make.conf
DEFAULT_VERSIONS+= python=3.14
January 19, 2026 at 2:19 AM