Skip to content

Commit 0a8bf20

Browse files
JessicaTegnerclaude
andcommitted
Add Python 3.14 and Windows ARM64 support to CI
- Add Python 3.14 to test matrix - Add ARM64 architecture support for Windows builds in pypandoc_binary - This enables testing on the latest Python version and broader platform support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 162c8b7 commit 0a8bf20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-2022]
20-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10", ]
19+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-15, macos-14, windows-2022, windows-11-arm]
20+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.9", "pypy3.10", ]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Check out repository
@@ -95,7 +95,7 @@ jobs:
9595
# - pandoc does not publish binaries for Linux 32bit
9696
CIBW_ARCHS_LINUX: "auto64 aarch64"
9797
CIBW_ARCHS_MACOS: "x86_64 arm64"
98-
CIBW_ARCHS_WINDOWS: "AMD64"
98+
CIBW_ARCHS_WINDOWS: "AMD64 ARM64"
9999
- name: Upload artifacts
100100
uses: actions/upload-artifact@v4
101101
with:

0 commit comments

Comments
 (0)