Skip to content

Commit 9a6d6b8

Browse files
authored
Merge pull request #84 from cclauss/patch-1
GitHub Action: Add Python 3.9
2 parents 093a9ee + 342a3f9 commit 9a6d6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest]
13-
python-version: [3.6, 3.7, 3.8]
13+
python-version: [3.6, 3.7, 3.8, 3.9]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -23,4 +23,4 @@ jobs:
2323
pip install -e .
2424
- name: Run Tests
2525
run: |
26-
python runtests.py
26+
python runtests.py

0 commit comments

Comments
 (0)