Skip to content

Commit f791297

Browse files
committed
Drop 3.7 from aarch
1 parent 99d13ac commit f791297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312]
85+
python-version: [cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311, cp312-cp312]
8686
runs-on: ubuntu-latest
8787
env:
8888
py: /opt/python/${{ matrix.python-version }}/bin/python

0 commit comments

Comments
 (0)