Skip to content

Commit ecf3cd4

Browse files
authored
GHA: Get rid of Ubuntu 20.04 (#144)
GHA no longer supports Ubuntu 20.04. Remove also Python 3.8 on macOS.
1 parent 0a8b2c5 commit ecf3cd4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
python: "3.13"
7171

7272
# macOS
73-
# Python 3.8 is the oldest version available on macOS/arm64.
74-
- os: macos-latest
75-
python: "3.8"
73+
# Python 3.9 is the oldest version available on macOS/arm64.
7674
- os: macos-latest
7775
python: "3.9"
7876
- os: macos-latest
@@ -86,8 +84,6 @@ jobs:
8684

8785
# Ubuntu: test deadsnakes Python versions which are not supported by
8886
# GHA python-versions.
89-
- os: ubuntu-20.04
90-
python: "3.6"
9187
- os: ubuntu-22.04
9288
python: "3.7"
9389

0 commit comments

Comments
 (0)