diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0821ad..242b9a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: os: [ubuntu-latest] include: - os: macos-latest - python-version: '3.11' + python-version: '3.12' - os: windows-latest - python-version: '3.11' + python-version: '3.12' steps: - uses: actions/checkout@v4