diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0be03f6..b3866f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: strategy: matrix: python: - - "3.7" # oldest Python supported by PSF + - "3.8" # oldest Python supported by PSF - "3.11" # newest Python that is stable platform: - ubuntu-latest