diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8603cd5..ed17044 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11']#, '3.12'] steps: - uses: actions/checkout@v4