Skip to content

Commit 324c70d

Browse files
authored
Remove Python 3.7 from test and deploy workflow
1 parent 34151f2 commit 324c70d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: Set up Python 3.7
18+
- name: Set up Python 3.8
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.7"
21+
python-version: "3.8"
2222

2323
- name: Install dependencies
2424
run: |
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
max-parallel: 5
4242
matrix:
43-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
43+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4444

4545
steps:
4646
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)