Skip to content

Commit 9ba92d3

Browse files
authored
Update Workflows (#1439)
1 parent afd73b9 commit 9ba92d3

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

.github/workflows/tests-all-os.yml

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Tests all OS
22

33
on:
4-
workflow_dispatch:
5-
# this allows to run the workflow manually through the github dashboard
4+
workflow_dispatch:
65

76
jobs:
87
localhost_tests:
@@ -16,49 +15,47 @@ jobs:
1615
matrix:
1716
include:
1817
# Linux
19-
- os: ubuntu-20.04
20-
python-version: "3.6"
21-
- os: ubuntu-22.04
22-
python-version: "3.7"
23-
- os: ubuntu-22.04
24-
python-version: "3.8"
25-
- os: ubuntu-22.04
26-
python-version: "3.9"
18+
- os: ubuntu-latest
19+
python-version: "3.10"
20+
- os: ubuntu-latest
21+
python-version: "3.11"
22+
- os: ubuntu-latest
23+
python-version: "3.12"
24+
- os: ubuntu-latest
25+
python-version: "3.13"
2726
- os: ubuntu-22.04
2827
python-version: "3.10"
2928
- os: ubuntu-22.04
3029
python-version: "3.11"
31-
- os: ubuntu-22.04
32-
python-version: "3.12"
3330

3431
# macOS
35-
- os: macos-12
36-
python-version: "3.7"
37-
- os: macos-13
38-
python-version: "3.8"
39-
- os: macos-14
40-
python-version: "3.9"
32+
- os: macos-latest
33+
python-version: "3.10"
34+
- os: macos-latest
35+
python-version: "3.11"
36+
- os: macos-latest
37+
python-version: "3.12"
38+
- os: macos-latest
39+
python-version: "3.13"
4140
- os: macos-14
4241
python-version: "3.10"
4342
- os: macos-14
4443
python-version: "3.11"
45-
- os: macos-14
46-
python-version: "3.12"
4744

4845
# Windows
49-
- os: windows-2022
50-
python-version: "3.7"
51-
- os: windows-2022
52-
python-version: "3.8"
53-
- os: windows-2022
54-
python-version: "3.9"
46+
- os: windows-latest
47+
python-version: "3.10"
48+
- os: windows-latest
49+
python-version: "3.11"
50+
- os: windows-latest
51+
python-version: "3.12"
52+
- os: windows-latest
53+
python-version: "3.13"
5554
- os: windows-2022
5655
python-version: "3.10"
5756
- os: windows-2022
5857
python-version: "3.11"
59-
- os: windows-2022
60-
python-version: "3.12"
61-
58+
6259
steps:
6360
- name: Clone Lithops repository
6461
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
23+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2424

2525
steps:
2626
- name: Clone Lithops repository

0 commit comments

Comments
 (0)