Skip to content

Commit f7b5108

Browse files
committed
Updates Actions tests matrix according to Ubuntu/macOS runners EOL
1 parent b533b43 commit f7b5108

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,22 @@ jobs:
3232
os:
3333
- "ubuntu-latest"
3434
python:
35-
- "3.7"
3635
- "3.8"
3736
- "3.9"
3837
- "3.10"
3938
- "3.11"
4039
- "3.12"
4140
include:
42-
- os: "ubuntu-20.04"
43-
python: "3.6"
44-
- os: "ubuntu-20.04"
45-
python: "pypy-3.6"
41+
# - os: "ubuntu-20.04"
42+
# python: "3.6"
43+
# - os: "ubuntu-20.04"
44+
# python: "pypy-3.6"
45+
- os: "ubuntu-22.04"
46+
python: "3.7"
4647
- os: "ubuntu-22.04"
4748
python: "pypy-3.10"
48-
- os: "macos-12"
49-
python: 3.12
49+
- os: "macos-latest"
50+
python: "3.12"
5051

5152
steps:
5253
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)