Skip to content

Commit 16538f0

Browse files
authored
Update ctypeslib-linux.yml
1 parent 5d9c45b commit 16538f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ctypeslib-linux.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
# os: [ubuntu-latest, macos-latest, windows-latest]
38-
# python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9 ]
39-
os: [ubuntu-latest, macos-latest, windows-latest]
40-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
41-
clang-version: ['15', '16', '17', '18', '19']
37+
os: [ubuntu-latest]
38+
python-version: [3.13]
39+
clang-version: ['19']
40+
#os: [ubuntu-latest, macos-latest, windows-latest]
41+
#python-version: [ '3.10', '3.11', '3.12', '3.13' ]
42+
#clang-version: ['15', '16', '17', '18', '19']
4243

4344
steps:
4445
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)