diff --git a/.github/workflows/build_python.yml b/.github/workflows/build_python.yml
index 3b6f9f9f..22061b9a 100644
--- a/.github/workflows/build_python.yml
+++ b/.github/workflows/build_python.yml
@@ -327,7 +327,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- release: [13, 14]
+ release: [13, 14, 15]
arch: [x86_64, aarch64]
distribution: [full, headless]
exclude:
@@ -355,7 +355,7 @@ jobs:
uses: actions/checkout@v5
- name: Start VM
- uses: vmactions/freebsd-vm@v1.2.0
+ uses: vmactions/freebsd-vm@v1
with:
sync: nfs
release: ${{ steps.parse_release.outputs.release }}
@@ -405,7 +405,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- release: [13, 14]
+ release: [13, 14, 15]
arch: [x86_64, aarch64]
distribution: [full, headless]
exclude:
diff --git a/README.md b/README.md
index 1b565900..fbbd5c40 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Currently, CPython 3.9, 3.10, 3.11, 3.12, and 3.13 are built for the following t
- Linux x86_64, i386, aarch64, arm [1](#f1), riscv64, s390x, loongarch64, powerpc64le (glibc)
- Windows x86_64 [2](#f2)
- MacOS x86_64, arm64 [3](#f3)
-- FreeBSD 13, 14 x86_64
+- FreeBSD 13, 14, 15 x86_64
- Solaris 11 x86_64
- Cosmopolitan Libc [4](#f4)