Skip to content

Commit b6f3f40

Browse files
committed
CI: add more Python versions
1 parent 671074d commit b6f3f40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-versions.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ jobs:
44
python:
55
strategy:
66
matrix:
7-
python-version: ["3.6", "3.7", "3.8", "3.9", pypy3]
7+
python-version:
8+
- "3.6"
9+
- "3.7"
10+
- "3.8"
11+
- "3.9"
12+
- "pypy-3.6"
13+
- "pypy-3.7"
814
runs-on: ubuntu-latest
915
steps:
1016
- name: Install PortAudio

0 commit comments

Comments
 (0)