Skip to content

Commit

Permalink
Drop tests for Python 3.6 on Windows
Browse files Browse the repository at this point in the history
No longer supported by action actions/setup-python#355 (comment)
  • Loading branch information
samscott89 committed Apr 28, 2022
1 parent 0f526c1 commit cdc6dbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["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
- name: Set version env
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
matrix:
# Skip 3.10 due to a broken python link.
# Turn back on after this is resolved https://github.com/pypa/cibuildwheel/issues/902
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v2
- name: Set version env
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["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
- name: Set version env
Expand Down Expand Up @@ -728,7 +728,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["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
- name: Set version env
Expand Down

0 comments on commit cdc6dbf

Please sign in to comment.