Skip to content

Commit c86c257

Browse files
committed
Limit Github CI to 3.13 because of missing BPL
1 parent 83ccb38 commit c86c257

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
python-version: ['3.10', '3.12', '3.x']
33+
# Limited to 3.13 because Github CI didn't have Boost.Python for
34+
# 3.14 yet.
35+
python-version: ['3.10', '3.12', '3.13']
3436
steps:
3537
- uses: actions/checkout@v5
3638
-

0 commit comments

Comments
 (0)