diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml index 0715ff3..11b0185 100644 --- a/.github/workflows/test2.yml +++ b/.github/workflows/test2.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ "windows-latest", "ubuntu-latest", "macos-latest" ] - python-version: [ "3.10", "3.13" ] + python-version: [ "3.10", "3.12" ] install-method: [ "git" ] fail-fast: false