Skip to content

Commit 6a5f578

Browse files
committed
Exclude Python 3.10 from CI due to missing dependency
1 parent 63a3e2a commit 6a5f578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_common.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.10", "3.11", "3.12", "3.13"]
25+
# Python 3.10 is excluded because macOS is missing gettext
26+
python-version: ["3.11", "3.12", "3.13"]
2627
name: Python ${{ matrix.python-version }}
2728

2829
defaults:

0 commit comments

Comments
 (0)