Skip to content

Commit 52ac956

Browse files
committed
actions: drop unsupported py37 runner
1 parent d384337 commit 52ac956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "pypy-3.7"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
1919

2020
env:
2121
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)