diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a9b430..331269a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.6] + python-version: [3.8] fail-fast: false steps: