Skip to content

Commit

Permalink
Add Python versions 3.12 and 3.13 in CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed Mar 6, 2025
1 parent 1017274 commit de03a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
python-version:
description: 'JSON array of Python versions to be checked'
required: true
default: "[\"3.7\", \"3.8\", \"3.9\", \"3.10\", \"3.11\"]"
default: "[\"3.7\", \"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\"]"
type: string
cmake-version:
description: 'JSON array of CMake versions to be checked'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-22.04", "ubuntu-24.04", "macos-13", "macos-14", "macos-15", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
cmake-version: ["3.24.x"]
max-parallel: 5

Expand Down

0 comments on commit de03a4a

Please sign in to comment.