Skip to content

Commit 38c891f

Browse files
committed
Drop python 3.7 test in favor of 3.10
This does NOT mean Python 3.7 is no longer supported. Just trying to keep the number of builds a little reasonable.
1 parent 9e26024 commit 38c891f

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
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 4
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9]
12+
python-version: [3.8, 3.9, 3.10]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515

0 commit comments

Comments
 (0)