From: Arran Cudbard-Bell Date: Tue, 14 Jul 2026 14:47:25 +0000 (-0400) Subject: ci: bump FreeBSD pip package to py312-pip X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff42c6e8f8f8975cd522c1e03bfec5cc16495f8b;p=thirdparty%2Ffreeradius-server.git ci: bump FreeBSD pip package to py312-pip FreeBSD's package repos dropped the python 3.11 flavour, py312 is the current default. --- diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 5b7f3ec85bf..287ffff3d74 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -83,7 +83,7 @@ jobs: net-snmp \ openldap25-client \ python3 \ - py311-pip \ + py312-pip \ postgresql14-client \ sqlite3 \ talloc \