diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 231978c..d0b9bf9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: [3.9.20, 3.10.15, 3.11.10, 3.12.6] + python-version: [3.9.20, 3.10.15, 3.11.10, 3.12.7] os: [macos, ubuntu] include: - os: macos