diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 2e65f45..aff962c 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest" ] #, "macos-latest", "windows-latest" ] # comment out for testing deploy - python-version: [ "3.8" ] #, "3.9", "3.10", "3.11", "3.12" ] # comment out for testing deploy + python-version: [ "3.9" ] #, "3.9", "3.10", "3.11", "3.12" ] # comment out for testing deploy runs-on: ${{ matrix.os }}