Skip to content

Commit e95a6cd

Browse files
author
natct10
committed
We should test Python 2.7
1 parent d7399d5 commit e95a6cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest # We could run on other OS but we would have to change the command to install libsndfile
99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.8]
11+
python-version: [3.6, 3.7, 3.8]
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)