Skip to content

Commit b2ab906

Browse files
authored
Update CD.yml
1 parent 32139f9 commit b2ab906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CD.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 }}
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: windows-latest
5050
strategy:
5151
matrix:
52-
python: ["3.7", "3.8", "3.9", "3.10"]
52+
python: ["3.8", "3.9", "3.10"]
5353
steps:
5454
- uses: actions/checkout@v1
5555
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)