We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ccb38 commit c86c257Copy full SHA for c86c257
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,9 @@ jobs:
30
runs-on: ubuntu-latest
31
strategy:
32
matrix:
33
- python-version: ['3.10', '3.12', '3.x']
+ # 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']
36
steps:
37
- uses: actions/checkout@v5
38
-
0 commit comments