Skip to content

Commit b3ddcb6

Browse files
Stop running third-party tests on 3.7 (#257)
1 parent 633d2e2 commit b3ddcb6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/third_party.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
44+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4545
runs-on: ubuntu-latest
4646
timeout-minutes: 60
4747
steps:
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
84+
python-version: ["3.8", "3.9", "3.10", "3.11"]
8585
runs-on: ubuntu-latest
8686
timeout-minutes: 60
8787
steps:
@@ -124,7 +124,7 @@ jobs:
124124
strategy:
125125
fail-fast: false
126126
matrix:
127-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
127+
python-version: ["3.8", "3.9", "3.10", "3.11"]
128128
runs-on: ubuntu-latest
129129
timeout-minutes: 60
130130
steps:
@@ -167,7 +167,7 @@ jobs:
167167
strategy:
168168
fail-fast: false
169169
matrix:
170-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
170+
python-version: ["3.8", "3.9", "3.10", "3.11"]
171171
runs-on: ubuntu-latest
172172
timeout-minutes: 60
173173
steps:
@@ -210,7 +210,7 @@ jobs:
210210
strategy:
211211
fail-fast: false
212212
matrix:
213-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
213+
python-version: ["3.8", "3.9", "3.10", "3.11"]
214214
runs-on: ubuntu-latest
215215
timeout-minutes: 60
216216
steps:
@@ -261,7 +261,7 @@ jobs:
261261
strategy:
262262
fail-fast: false
263263
matrix:
264-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
264+
python-version: ["3.8", "3.9", "3.10", "3.11"]
265265
runs-on: ubuntu-latest
266266
timeout-minutes: 60
267267
steps:
@@ -307,7 +307,7 @@ jobs:
307307
strategy:
308308
fail-fast: false
309309
matrix:
310-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
310+
python-version: ["3.8", "3.9", "3.10", "3.11"]
311311
runs-on: ubuntu-latest
312312
timeout-minutes: 60
313313
steps:

0 commit comments

Comments
 (0)