Skip to content

Commit 6cd6888

Browse files
committed
Drop 3.7 from CI
1 parent 0294d58 commit 6cd6888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
max-parallel: 8
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
35+
python-version: [3.8, 3.9, '3.10', 3.11]
3636

3737
steps:
3838
- name: Set up Python ${{ matrix.python-version }} x64

0 commit comments

Comments
 (0)