diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 561cc38..21a5ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,9 @@ jobs: python-version: "3.11" - os: ubuntu-latest python-version: "3.12" - - os: ubuntu-latest - python-version: "3.13" + # - os: ubuntu-latest + # python-version: "3.13" + # python3.13: disabled until tensorflow supports steps: - uses: actions/checkout@v2