diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index 72dc213c4..06ed721bf 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -22,12 +22,11 @@ jobs: strategy: matrix: python: - - "3.10" - "3.11" + - "3.12" os: - ubuntu-22.04 - macos-15 - # - windows-latest steps: - name: Checkout uses: actions/checkout@v4