ci: check latest on 3.13 (#5734)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-06-18 11:34:50 -04:00
committed by GitHub
parent f2c0ab83bc
commit be507b725b
2 changed files with 8 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
allow-prereleases: true
# Python 3.13.4 broken on Windows
check-latest: >-
${{ inputs.python-version == '3.13' && runner.os == 'Windows' }}
- name: Setup Boost (Linux)
if: runner.os == 'Linux'