Skip to content

Commit 9669348

Browse files
committed
Remove Python 2.7 from GHA
1 parent e893e06 commit 9669348

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ jobs:
4040
python: 3.6
4141
- os: macos-latest
4242
python: 3.11
43-
# Python 2.7-3.6: use old Ubuntu 20.04
44-
- os: ubuntu-20.04
45-
python: 2.7
4643
- os: ubuntu-18.04
4744
python: 3.4
4845
- os: ubuntu-20.04
4946
python: 3.5
5047
- os: ubuntu-20.04
5148
python: 3.6
49+
# Python 2.7 was removed from GHA setup-python in June 2023:
50+
# https://github.com/actions/setup-python/issues/672
5251

5352
steps:
5453
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)