Skip to content

Commit aa98a18

Browse files
committed
Remove Python 3.7 from macOS matrix (no osx-arm64 package available for that Python version)
1 parent 6368720 commit aa98a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
fail-fast: false
112112
matrix:
113-
PYTHON_VERSION: ['3.7', '3.8', '3.9', '3.10']
113+
PYTHON_VERSION: ['3.8', '3.9', '3.10']
114114
steps:
115115
- name: Checkout branch
116116
uses: actions/checkout@v3

0 commit comments

Comments
 (0)