Skip to content

Commit 1e2e94d

Browse files
authored
GitHub Actions: Test on Python 3.9 (#2230)
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/
1 parent 9bf112b commit 1e2e94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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)