Skip to content

Commit 3525b86

Browse files
committed
Disable python3.7 test on Ubuntu 24.04.
1 parent 9ba3a2a commit 3525b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-latest]
2222
cxx: [g++, clang++]
2323
py: [python3.7, python3]
24+
exclude:
25+
# Python 3.7 setuptools broken on 24.04
26+
- os: [ubuntu-24.04, ubuntu-latest]
27+
py: python3.7
2428
runs-on: ${{ matrix.os }}
2529
env:
2630
CXX: ${{ matrix.cxx }}

0 commit comments

Comments
 (0)