Skip to content

Commit d2e2b7a

Browse files
authored
CI: Update test matrix (#44)
- Drop deprecated images: - macos-12 - windows-2019 - ubuntu-20.04 - Drop Python versions prior 3.9
1 parent f4cc0b1 commit d2e2b7a

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
# macOS (12, 13 ­­-- Intel, 14 -- ARM)
19-
- os: macos-12
20-
python-version: '2.7'
21-
- os: macos-12
22-
python-version: '3.8'
23-
setup-python: true
24-
- os: macos-12
18+
# macOS (13 ­­-- Intel, 14 -- ARM)
19+
- os: macos-13
2520
python-version: '3.9'
2621
setup-python: true
2722
- os: macos-13
@@ -30,17 +25,12 @@ jobs:
3025
- os: macos-13
3126
python-version: '3.11'
3227
setup-python: true
33-
- os: macos-13
28+
- os: macos-14
3429
python-version: '3.12'
3530
setup-python: true
3631
- os: macos-14
3732
python-version: '3.13'
3833
# Windows
39-
- os: windows-2019
40-
python-version: '3.7'
41-
- os: windows-2019
42-
python-version: '3.8'
43-
setup-python: true
4434
- os: windows-2022
4535
python-version: '3.9'
4636
- os: windows-2022
@@ -56,15 +46,7 @@ jobs:
5646
python-version: '3.13'
5747
setup-python: true
5848
# Ubuntu
59-
- os: ubuntu-20.04
60-
python-version: '3.6'
61-
setup-python: true
62-
- os: ubuntu-20.04
63-
python-version: '3.7'
64-
setup-python: true
65-
- os: ubuntu-20.04
66-
python-version: '3.8'
67-
- os: ubuntu-20.04
49+
- os: ubuntu-22.04
6850
python-version: '3.9'
6951
setup-python: true
7052
- os: ubuntu-22.04

0 commit comments

Comments
 (0)