Skip to content

Commit 7fb3143

Browse files
cclaussrvagg
authored andcommitted
test: GitHub Actions: Test on Python 3.9
From python: [3.6, 3.7, 3.8] --> python: [3.6, 3.8, 3.9] because if things work on Python 3.6 and 3.8 then they should work on 3.7. https://www.python.org/downloads/release/python-390/ PR-URL: #2230 Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 754996b commit 7fb3143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 15
1010
matrix:
1111
node: [10.x, 12.x, 14.x]
12-
python: [3.6, 3.7, 3.8]
12+
python: [3.6, 3.8, 3.9]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:

0 commit comments

Comments
 (0)