diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a3c332c..e94424b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,11 +32,15 @@ jobs: - os: ubuntu-latest python: "3.12" - os: ubuntu-latest - python: "3.13" - - os: ubuntu-latest - python: "3.13" + python: "3.12" pip-flags: "--pre" name: PRE-RELEASE DEPENDENCIES + # - os: ubuntu-latest + # python: "3.13" + # - os: ubuntu-latest + # python: "3.13" + # pip-flags: "--pre" + # name: PRE-RELEASE DEPENDENCIES name: ${{ matrix.name }} Python ${{ matrix.python }}