Skip to content

Commit eb49d4e

Browse files
committed
Added Python 3.9 to Coverage Test Matrix
1 parent 879cd79 commit eb49d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
os: [ubuntu-latest, macos-latest, windows-latest]
73-
python-version: ['3.6', '3.7', '3.8']
73+
python-version: ['3.6', '3.7', '3.8', '3.9']
7474
steps:
7575
- uses: actions/checkout@v2
7676
- name: Set Up Python

0 commit comments

Comments
 (0)