Skip to content

Commit 3e896ce

Browse files
committed
CI: use Ubuntu 22.04 for Python 3.7 compatibility
1 parent 4ea1fe7 commit 3e896ce

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-versions.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ jobs:
66
matrix:
77
python-version:
88
- "3.7"
9-
- "3.8"
10-
- "3.9"
11-
- "3.10"
9+
- "3.13"
1210
- "pypy-3.7"
13-
- "pypy-3.8"
14-
runs-on: ubuntu-latest
11+
- "pypy-3.11"
12+
runs-on: ubuntu-22.04
1513
steps:
1614
- name: Install PortAudio
1715
run: |

0 commit comments

Comments
 (0)