Skip to content

Commit 73dc40e

Browse files
committed
Remove testing for python 3.9
1 parent 041c2bb commit 73dc40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
needs: commitcheck
168168
strategy:
169169
matrix:
170-
python-version: ["3.11", "3.10", "3.9"]
170+
python-version: ["3.11", "3.10"]
171171
steps:
172172
- name: Check out committed code
173173
uses: actions/checkout@v3
@@ -206,7 +206,7 @@ jobs:
206206
needs: prepare-test-cache
207207
strategy:
208208
matrix:
209-
python-version: ["3.11", "3.10", "3.9"]
209+
python-version: ["3.11", "3.10"]
210210

211211
steps:
212212
- name: Check out committed code

0 commit comments

Comments
 (0)