diff --git a/.github/workflows/wheel.yaml b/.github/workflows/wheel.yaml index 7a80140..7bdce0d 100644 --- a/.github/workflows/wheel.yaml +++ b/.github/workflows/wheel.yaml @@ -18,7 +18,7 @@ jobs: matrix: #os: [ubuntu-latest, windows-2019, macOS-11] os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] # Also see MODULE.bazel steps: - uses: actions/checkout@v4 diff --git a/MODULE.bazel b/MODULE.bazel index 1bb75f3..54af81b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,7 +7,7 @@ SUPPORTED_PYTHON_VERSIONS = [ "3.9", "3.10", "3.11", -] +] # Also see .github/workflows/wheel.yaml DEFAULT_PYTHON = "3.10"