Skip to content

Commit

Permalink
Remove Python 3.6 build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciguymjm committed Dec 2, 2021
1 parent aabadea commit 2f841f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
os: [ubuntu-20.04, macos-latest, windows-latest]

steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
os: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 2f841f9

Please sign in to comment.