Skip to content

Commit b680102

Browse files
committed
CI: remove Python 3.5 (end of life)
1 parent d353fbf commit b680102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
python:
55
strategy:
66
matrix:
7-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", pypy3]
7+
python-version: ["3.6", "3.7", "3.8", "3.9", pypy3]
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Install PortAudio

0 commit comments

Comments
 (0)