diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 64e15ec..1e0954f 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded - python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2