mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-05 06:01:36 +00:00
ci: check latest on 3.13 (#5734)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
3
.github/workflows/reusable-standard.yml
vendored
3
.github/workflows/reusable-standard.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user