Skip to content

Commit aec3e3c

Browse files
committed
chore(ci): Remove Python 3.7
1 parent 48dffb2 commit aec3e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
os: [ubuntu-latest, macos-latest, windows-latest]
62-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
62+
python-version: ['3.8', '3.9', '3.10', '3.11']
6363
steps:
6464
- uses: actions/checkout@v4
6565

0 commit comments

Comments
 (0)