Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db2f954

Browse filesBrowse files
Remove Python 3.8 testing from workflows due to end of life (EOL)
1 parent 5b1b552 commit db2f954
Copy full SHA for db2f954

File tree

Expand file treeCollapse file tree

2 files changed

+7
-68
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-68
lines changed

‎.github/workflows/e2e-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/e2e-tests.yml
-35Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,41 +12,6 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
test-setup-python-older:
16-
name: Test setup-python old versions
17-
runs-on: ${{ matrix.operating-system }}
18-
strategy:
19-
matrix:
20-
operating-system:
21-
[
22-
ubuntu-20.04,
23-
ubuntu-22.04,
24-
ubuntu-latest,
25-
windows-latest,
26-
macos-latest,
27-
macos-13
28-
]
29-
python: [3.8.10, 3.8.18]
30-
exclude:
31-
- operating-system: ubuntu-22.04
32-
python: '3.8.10'
33-
- operating-system: ubuntu-latest
34-
python: '3.8.10'
35-
- operating-system: macos-latest
36-
python: '3.8.18'
37-
- operating-system: windows-latest
38-
python: '3.8.18'
39-
steps:
40-
- name: Checkout
41-
uses: actions/checkout@v4
42-
43-
- name: Run with setup-python ${{ matrix.python }}
44-
id: setup-python
45-
uses: ./
46-
with:
47-
python-version: ${{ matrix.python }}
48-
- name: Verify ${{ matrix.python }}
49-
run: python __tests__/verify-python.py ${{ matrix.python }}
5015
test-setup-python:
5116
name: Test setup-python
5217
runs-on: ${{ matrix.operating-system }}

‎.github/workflows/test-python.yml

Copy file name to clipboardExpand all lines: .github/workflows/test-python.yml
+7-33Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
2929
macos-13,
3030
ubuntu-latest
3131
]
32-
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
33-
exclude:
34-
- os: ubuntu-22.04
35-
python: 3.8.10
36-
- os: ubuntu-latest
37-
python: 3.8.10
32+
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
3833
steps:
3934
- name: Checkout
4035
uses: actions/checkout@v4
@@ -77,12 +72,7 @@ jobs:
7772
macos-13,
7873
ubuntu-latest
7974
]
80-
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
81-
exclude:
82-
- os: ubuntu-22.04
83-
python: 3.8.10
84-
- os: ubuntu-latest
85-
python: 3.8.10
75+
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
8676
steps:
8777
- name: Checkout
8878
uses: actions/checkout@v4
@@ -128,12 +118,7 @@ jobs:
128118
macos-13,
129119
ubuntu-latest
130120
]
131-
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
132-
exclude:
133-
- os: ubuntu-22.04
134-
python: 3.8.10
135-
- os: ubuntu-latest
136-
python: 3.8.10
121+
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
137122
steps:
138123
- name: Checkout
139124
uses: actions/checkout@v4
@@ -177,12 +162,7 @@ jobs:
177162
macos-13,
178163
ubuntu-latest
179164
]
180-
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.0]
181-
exclude:
182-
- os: ubuntu-22.04
183-
python: 3.8.10
184-
- os: ubuntu-latest
185-
python: 3.8.10
165+
python: [3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.0]
186166
steps:
187167
- name: Checkout
188168
uses: actions/checkout@v4
@@ -231,12 +211,7 @@ jobs:
231211
macos-13,
232212
ubuntu-latest
233213
]
234-
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
235-
exclude:
236-
- os: ubuntu-22.04
237-
python: 3.8.10
238-
- os: ubuntu-latest
239-
python: 3.8.10
214+
python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.0]
240215
steps:
241216
- name: Checkout
242217
uses: actions/checkout@v4
@@ -384,7 +359,7 @@ jobs:
384359
macos-13,
385360
ubuntu-latest
386361
]
387-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
362+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
388363
steps:
389364
- name: Checkout
390365
uses: actions/checkout@v4
@@ -408,7 +383,7 @@ jobs:
408383
fail-fast: false
409384
matrix:
410385
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
411-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
386+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
412387
steps:
413388
- uses: actions/checkout@v4
414389
- name: Setup Python and check latest
@@ -438,7 +413,6 @@ jobs:
438413
uses: ./
439414
with:
440415
python-version: |
441-
3.8
442416
3.9
443417
3.10
444418
3.11

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.