Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sup id="a1">[1](#f1)</sup>, riscv64, s390x, loongarch64, powerpc64le (glibc)
- Windows x86_64 <sup id="a2">[2](#f2)</sup>
- MacOS x86_64, arm64 <sup id="a3">[3](#f3)</sup>
- FreeBSD 13, 14 x86_64
- FreeBSD 13, 14, 15 x86_64
- Solaris 11 x86_64
- Cosmopolitan Libc <sup id="a4">[4](#f4)</sup>

Expand Down
Loading