Skip to content

Commit

Permalink
Add Python3.9 to Windows tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 28, 2021
1 parent 2b35ca1 commit 3b078c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
move imagemagick\ffmpeg.exe ffmpeg.exe
move imagemagick\convert.exe convert.exe
del /F ImageMagick.exe
- name: Install Python dependencies
Expand Down

0 comments on commit 3b078c0

Please sign in to comment.