Skip to content

Commit

Permalink
Remove python 3.6 from GitHub Actions test.
Browse files Browse the repository at this point in the history
As it is no more available for macos.
  • Loading branch information
ArnaudBelcour committed Sep 21, 2022
1 parent f352a69 commit 2ac4729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7]
python-version: [3.7, 3.8]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 2ac4729

Please sign in to comment.