Skip to content

Commit 32139f9

Browse files
authored
Update CI.yml
1 parent 2554c16 commit 32139f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: ["3.7", "3.8", "3.9", "3.10"]
12+
python: ["3.8", "3.9", "3.10"]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python ${{ matrix.python }}
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: windows-latest
4141
strategy:
4242
matrix:
43-
python: ["3.7", "3.8", "3.9", "3.10"]
43+
python: ["3.8", "3.9", "3.10"]
4444
steps:
4545
- uses: actions/checkout@v1
4646
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)