diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index 6928bf6..bc1af6e 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -67,11 +67,11 @@ jobs: strategy: max-parallel: 3 matrix: - python-version: ['3.10', '3.11'] + python-version: ['3.11', '3.12'] experimental: [false] - include: - - python-version: '3.12' - experimental: true +# include: +# - python-version: '3.12' +# experimental: true steps: - name: "Checkout code" uses: actions/checkout@v4